su: document -l in --help text. Closes bug 2761

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-12-31 02:52:35 +01:00
parent 0cd4f3039b
commit a9e25ffa67
2 changed files with 10 additions and 9 deletions

View file

@ -3524,15 +3524,6 @@ INSERT
"\n -g Print in stty-readable form" \
"\n [SETTING] See manpage" \
#define su_trivial_usage \
"[OPTIONS] [-] [USERNAME]"
#define su_full_usage "\n\n" \
"Change user id or become root\n" \
"\nOptions:" \
"\n -p,-m Preserve environment" \
"\n -c CMD Command to pass to 'sh -c'" \
"\n -s SH Shell to use instead of default shell" \
#define sulogin_trivial_usage \
"[-t N] [TTY]"
#define sulogin_full_usage "\n\n" \