From: Jim Meyering Date: Sun, 29 Sep 2002 18:00:28 +0000 (+0000) Subject: (main): Split a long line. X-Git-Tag: v4.5.2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0863bbf447b0125b27057ed6e907c6ca2aa8e671;p=thirdparty%2Fcoreutils.git (main): Split a long line. --- diff --git a/src/touch.c b/src/touch.c index d352bb447c..0adc6dbdc0 100644 --- a/src/touch.c +++ b/src/touch.c @@ -369,7 +369,8 @@ main (int argc, char **argv) { struct tm const *tm = localtime (&newtime); error (0, 0, - _("warning: `touch %s' is obsolete; use `touch -t %04d%02d%02d%02d%02d.%02d'"), + _("warning: `touch %s' is obsolete; use\ + `touch -t %04d%02d%02d%02d%02d.%02d'"), argv[optind], tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec);