* mkpasswd.c (usage) Remove extra newline from description output.

This commit is contained in:
Joshua Daniel Franklin
2003-04-26 22:33:00 +00:00
parent 98dc5aa07f
commit 45bfd8ed74
3 changed files with 26 additions and 6 deletions

View File

@@ -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)