diff options
Diffstat (limited to 'winsup/utils/mkgroup.c')
-rw-r--r-- | winsup/utils/mkgroup.c | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/winsup/utils/mkgroup.c b/winsup/utils/mkgroup.c index e540153cb..8308401ad 100644 --- a/winsup/utils/mkgroup.c +++ b/winsup/utils/mkgroup.c @@ -481,27 +481,27 @@ usage (FILE * stream) "\n" "Options:\n" "\n" -" -l,--local [machine] print local groups of \"machine\",\n" +" -l,--local [machine] Print local group accounts of \"machine\",\n" " from local machine if no machine specified.\n" -" automatically adding machine prefix for local\n" -" machine depends on settings in /etc/nsswitch.conf)\n" -" -L,--Local machine ditto, but generate groupname with machine prefix\n" -" -d,--domain [domain] print domain groups\n" -" (from current domain if no domain specified)\n" -" -c,--current print current group\n" -" -S,--separator char for -l use character char as domain\\group\n" -" separator in groupname instead of default '%s'\n" -" -o,--id-offset offset change the default offset (0x10000) added to\n" -" gids of foreign machine accounts.\n" -" -g,--group groupname only return information for the specified group\n" -" one of -l, -d must be specified, too\n" -" -b,--no-builtin don't print BUILTIN groups\n" -" -U,--unix grouplist print UNIX groups when using -l on a UNIX Samba\n" -" server. grouplist is a comma-separated list of\n" +" Automatically adding machine prefix for local\n" +" machine depends on settings in /etc/nsswitch.conf.\n" +" -L,--Local machine Ditto, but generate groupname with machine prefix.\n" +" -d,--domain [domain] Print domain groups,\n" +" from current domain if no domain specified.\n" +" -c,--current Print current group.\n" +" -S,--separator char For -L use character char as domain\\group\n" +" separator in groupname instead of default '%s'.\n" +" -o,--id-offset offset Change the default offset (0x10000) added to gids\n" +" of foreign local machine accounts. Use with -l/-L.\n" +" -g,--group groupname Only return information for the specified group.\n" +" One of -l, -d must be specified, too.\n" +" -b,--no-builtin Don't print BUILTIN groups.\n" +" -U,--unix grouplist Print UNIX groups when using -l on a UNIX Samba\n" +" server. Grouplist is a comma-separated list of\n" " groupnames or gid ranges (root,-25,50-100).\n" -" (enumerating large ranges can take a long time!)\n" -" -h,--help print this message\n" -" -v,--version print version information and exit\n" +" Enumerating large ranges can take a long time!\n" +" -h,--help Print this message.\n" +" -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" |