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/login.c | |
parent | a3752e4edf20e4ea119de4389465e02f307fc3f6 (diff) |
(doc): Add program description.
Diffstat (limited to 'utils/login.c')
-rw-r--r-- | utils/login.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/login.c b/utils/login.c index 46f9629b..4e0c7d12 100644 --- a/utils/login.c +++ b/utils/login.c @@ -108,6 +108,7 @@ static struct argp_option options[] = }; static char *args_doc = "[USER [ARG...]]"; static char *doc = +"Exec a program with uids and/or the environment changed appropriately.\v" "To give args to the shell without specifying a user, use - for USER.\n" "Current login parameters include HOME, SHELL, USER, NAME, and ROOT."; |