projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e16b6e3
)
(main): Split a long line.
author
Jim Meyering
<jim@meyering.net>
Sun, 29 Sep 2002 18:00:28 +0000
(18:00 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 29 Sep 2002 18:00:28 +0000
(18:00 +0000)
src/touch.c
patch
|
blob
|
history
diff --git
a/src/touch.c
b/src/touch.c
index d352bb447caa2d2e5d6cbd79ac73980160bec0c0..0adc6dbdc012c870e5bf4cb762e83f3885489a97 100644
(file)
--- 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);