Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-07-29 17:29:54 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-07-29 17:29:54 +0400
commitc72a0d361d3c1208114717a46497828eaba0626b (patch)
treefb9ebd7153407e19a28f270d9f5fca614ecddef2 /winsup/utils/mkgroup.c
parent898e26c82f9f8b105f867516f7866c3479986628 (diff)
* mkgroup.c (usage): Move info message that this /etc/group isn't really
required anymore more to the top of the usage output. * mkpasswd.c (usage): Ditto for /etc/passwd. Drop old text from output.
Diffstat (limited to 'winsup/utils/mkgroup.c')
-rw-r--r--winsup/utils/mkgroup.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/winsup/utils/mkgroup.c b/winsup/utils/mkgroup.c
index 7b102ec99..461af400e 100644
--- a/winsup/utils/mkgroup.c
+++ b/winsup/utils/mkgroup.c
@@ -476,6 +476,9 @@ usage (FILE * stream)
"\n"
"Write /etc/group-like output to stdout\n"
"\n"
+"Don't use this command to generate a local /etc/group file, unless you\n"
+"really need one. See the Cygwin User's Guide for more information.\n"
+"\n"
"Options:\n"
"\n"
" -l,--local [machine] print local groups\n"
@@ -499,9 +502,7 @@ usage (FILE * stream)
" -v,--version print version information and exit\n"
"\n"
"Default is to print local groups on stand-alone machines, plus domain\n"
-"groups on domain controllers and domain member machines.\n\n"
-"Don't use this command to generate a local /etc/group file, unless you\n"
-"really need one. See the Cygwin User's Guide for more information.\n"
+"groups on domain controllers and domain member machines.\n"
"\n", program_invocation_short_name,
(const char *) cygwin_internal (CW_GETNSSSEP));
return 1;