* mkpasswd.c (usage) Remove extra newline from description output.
This commit is contained in:
@@ -484,7 +484,7 @@ print_special (int print_sids,
|
||||
int
|
||||
usage (FILE * stream, int isNT)
|
||||
{
|
||||
fprintf (stream, "Usage: mkpasswd [OPTION]... [domain]...\n\n"
|
||||
fprintf (stream, "Usage: mkpasswd [OPTION]... [domain]...\n"
|
||||
"Print /etc/passwd file to stdout\n\n"
|
||||
"Options:\n");
|
||||
if (isNT)
|
||||
|
Reference in New Issue
Block a user