]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* sync.c (main): Make error message accurate.
authorJim Meyering <jim@meyering.net>
Tue, 27 Dec 1994 13:08:05 +0000 (13:08 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Dec 1994 13:08:05 +0000 (13:08 +0000)
src/sync.c

index 89e9d1969edfaddcd088bc62d4ab91e63f8793a8..d2968a5ace6b91f1cdc948306bd29b347bb4614e 100644 (file)
@@ -59,7 +59,7 @@ main (argc, argv)
   parse_long_options (argc, argv, "sync", version_string, usage);
 
   if (argc != 1)
-    error (0, 0, "ignoring non-option arguments");
+    error (0, 0, "ignoring all arguments");
 
   sync ();
   exit (0);