summaryrefslogtreecommitdiff
path: root/utils/x.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-08-27 18:27:31 +0000
committerMiles Bader <miles@gnu.org>1996-08-27 18:27:31 +0000
commit2e6c5408302b36b67b2e094d471145b44530d0ca (patch)
tree15098deed6476050a570efe54e7668d6680b88db /utils/x.c
parenta3752e4edf20e4ea119de4389465e02f307fc3f6 (diff)
(doc): Add program description.
Diffstat (limited to 'utils/x.c')
-rw-r--r--utils/x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/x.c b/utils/x.c
index 0e4f7e02..e4e272f4 100644
--- a/utils/x.c
+++ b/utils/x.c
@@ -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.";