From: Jim Meyering Date: Wed, 14 Feb 1996 05:48:48 +0000 (+0000) Subject: (main): When failing because there were `too many arguments,' say so. X-Git-Tag: FILEUTILS-3_12j~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd050291351ede51c33fd594b4bdc12789aedd2b;p=thirdparty%2Fcoreutils.git (main): When failing because there were `too many arguments,' say so. --- diff --git a/src/who-users.c b/src/who-users.c index 8a09088c5a..ce9553c722 100644 --- a/src/who-users.c +++ b/src/who-users.c @@ -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); }