* src/pwconv.c, src/pwunconv.c: Fail if unexpected parameters are
provided.
This commit is contained in:
@ -118,6 +118,9 @@ int main (int argc, char **argv)
|
||||
const struct spwd *sp;
|
||||
struct spwd spent;
|
||||
|
||||
if (1 != argc) {
|
||||
(void) fputs (_("Usage: pwconv\n"), stderr);
|
||||
}
|
||||
Prog = Basename (argv[0]);
|
||||
|
||||
(void) setlocale (LC_ALL, "");
|
||||
|
Reference in New Issue
Block a user