* cygcheck.cc (usage) Add description output.

This commit is contained in:
Joshua Daniel Franklin
2003-04-26 21:52:03 +00:00
parent 3c7197b104
commit aa275fe010
15 changed files with 40 additions and 5 deletions

View File

@@ -485,7 +485,7 @@ int
usage (FILE * stream, int isNT)
{
fprintf (stream, "Usage: mkpasswd [OPTION]... [domain]...\n\n"
"This program prints a /etc/passwd file to stdout\n\n"
"Print /etc/passwd file to stdout\n\n"
"Options:\n");
if (isNT)
fprintf (stream, " -l,--local print local user accounts\n"