diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index 9b5f484c1..d60a4dc78 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -10,9 +10,13 @@ | |||
10 | #define adduser_full_usage \ | 10 | #define adduser_full_usage \ |
11 | "Adds a user to the system" \ | 11 | "Adds a user to the system" \ |
12 | "Options:\n" \ | 12 | "Options:\n" \ |
13 | "\t-h\t\thome directory\n" \ | 13 | "\t-h DIR\t\tAssign home directory DIR\n" \ |
14 | "\t-s\t\tshell\n" \ | 14 | "\t-g GECOS\t\tAssign gecos field GECOS\n" \ |
15 | "\t-g\t\tGECOS string\n" | 15 | "\t-s SHELL\t\tAssign login shell SHELL\n" \ |
16 | "\t-G\t\tAdd the user to existing group GROUP\n" \ | ||
17 | "\t-S\t\tcreate a system user (ignored)\n" \ | ||
18 | "\t-D\t\tDo not assign a password (logins still possible via ssh)\n" \ | ||
19 | "\t-H\t\tDo not create the home directory\n" | ||
16 | 20 | ||
17 | #define adjtimex_trivial_usage \ | 21 | #define adjtimex_trivial_usage \ |
18 | "[-q] [-o offset] [-f frequency] [-p timeconstant] [-t tick]" | 22 | "[-q] [-o offset] [-f frequency] [-p timeconstant] [-t tick]" |