]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak error message
authorJim Meyering <jim@meyering.net>
Mon, 16 Jun 1997 16:12:04 +0000 (16:12 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 16 Jun 1997 16:12:04 +0000 (16:12 +0000)
src/date.c

index 6371f62e071621d3dedcf680cf6e3dd5ff770ef9..b94853a38bdf733d40daf42c61de5328539222c0 100644 (file)
@@ -231,8 +231,8 @@ main (int argc, char **argv)
     {
       error (0, 0, _("\
 the argument `%s' lacks a leading `+';\n\
-when using an option to specify date(s), any\n\
-non-option argument must be a format string beginning with `+'"),
+When using an option to specify date(s), any non-option\n\
+argument must be a format string beginning with `+'."),
             argv[optind]);
       usage (1);
     }