diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 81f0e1d6d..e6287c8a3 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2814,7 +2814,9 @@ | |||
2814 | #define su_full_usage \ | 2814 | #define su_full_usage \ |
2815 | "Change user id or become root.\n" \ | 2815 | "Change user id or become root.\n" \ |
2816 | "Options:\n" \ | 2816 | "Options:\n" \ |
2817 | "\t-p\tPreserve environment" | 2817 | "\t-p, -m\tPreserve environment" \ |
2818 | "\n\t-c\tCommand to pass to 'sh -c'" \ | ||
2819 | "\n\t-s\tShell to use instead of default shell" | ||
2818 | 2820 | ||
2819 | #define sulogin_trivial_usage \ | 2821 | #define sulogin_trivial_usage \ |
2820 | "[OPTION]... [tty-device]" | 2822 | "[OPTION]... [tty-device]" |