diff options
author | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
commit | 2e6c5408302b36b67b2e094d471145b44530d0ca (patch) | |
tree | 15098deed6476050a570efe54e7668d6680b88db /utils/x.c | |
parent | a3752e4edf20e4ea119de4389465e02f307fc3f6 (diff) |
(doc): Add program description.
Diffstat (limited to 'utils/x.c')
-rw-r--r-- | utils/x.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,8 +55,8 @@ static struct argp_option options[] = {0, 0} }; static char *args_doc = "[USER...]"; -static char *doc = - "A USER specified as an argument adds (or removes) that user's groups as" +static char *doc = "Modify authentication of existing processes" + "\vA USER specified as an argument adds (or removes) that user's groups as" " well. When removing groups implied by such an argument, the groups to" " which uids remaining in the process after any we remove are ignored." "\nUids and groups specified with options are used as-is."; |