* src/useradd.c: Fixed wrong format string.
* lib/gshadow.c: Removed declaration of unused variable.
This commit is contained in:
@@ -684,7 +684,7 @@ static int get_groups (char *list)
|
||||
static void usage (void)
|
||||
{
|
||||
(void) fprintf (stderr,
|
||||
_("Usage: useradd [options] LOGIN\n"
|
||||
_("Usage: %s [options] LOGIN\n"
|
||||
"\n"
|
||||
"Options:\n"),
|
||||
Prog);
|
||||
|
Reference in New Issue
Block a user