Do not use tabulations in Usage strings.
This commit is contained in:
12
src/su.c
12
src/su.c
@ -277,13 +277,13 @@ static void usage (void)
|
||||
fprintf (stderr, _("Usage: su [options] [LOGIN]\n"
|
||||
"\n"
|
||||
"Options:\n"
|
||||
" -c, --command COMMAND pass COMMAND to the invoked shell\n"
|
||||
" -h, --help display this help message and exit\n"
|
||||
" -, -l, --login make the shell a login shell\n"
|
||||
" -c, --command COMMAND pass COMMAND to the invoked shell\n"
|
||||
" -h, --help display this help message and exit\n"
|
||||
" -, -l, --login make the shell a login shell\n"
|
||||
" -m, -p,\n"
|
||||
" --preserve-environment do not reset environment variables, and keep\n"
|
||||
" the same shell\n"
|
||||
" -s, --shell SHELL use SHELL instead of the default in passwd\n"
|
||||
" --preserve-environment do not reset environment variables, and\n"
|
||||
" keep the same shell\n"
|
||||
" -s, --shell SHELL use SHELL instead of the default in passwd\n"
|
||||
"\n"));
|
||||
exit (E_USAGE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user