1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-30 04:19:49 +02:00

(main): Split a long line.

This commit is contained in:
Jim Meyering
2002-09-29 18:00:28 +00:00
parent e16b6e395b
commit 0863bbf447
+2 -1
View File
@@ -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);