1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-16 14:59:19 +02:00

(main): When failing because there were `too many arguments,' say so.

This commit is contained in:
Jim Meyering
1996-02-14 05:48:48 +00:00
parent 78362fb43a
commit dd05029135
+1 -1
View File
@@ -614,7 +614,6 @@ main (int argc, char **argv)
#endif /* WHO */
default:
error (0, 0, _("too many arguments"));
usage (1);
}
}
@@ -655,6 +654,7 @@ main (int argc, char **argv)
#endif /* WHO */
default: /* lose */
error (0, 0, _("too many arguments"));
usage (1);
}