aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 90dde95f0..3b53602af 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -37,14 +37,14 @@
37#define addgroup_trivial_usage \ 37#define addgroup_trivial_usage \
38 "[-g GID] " USE_FEATURE_ADDUSER_TO_GROUP("[user_name] ") "group_name" 38 "[-g GID] " USE_FEATURE_ADDUSER_TO_GROUP("[user_name] ") "group_name"
39#define addgroup_full_usage "\n\n" \ 39#define addgroup_full_usage "\n\n" \
40 "Add a group " USE_FEATURE_ADDUSER_TO_GROUP("or add an user to a group") "\n" \ 40 "Add a group " USE_FEATURE_ADDUSER_TO_GROUP("or add a user to a group") "\n" \
41 "\nOptions:" \ 41 "\nOptions:" \
42 "\n -g GID Group id" \ 42 "\n -g GID Group id" \
43 43
44#define adduser_trivial_usage \ 44#define adduser_trivial_usage \
45 "[OPTIONS] user_name" 45 "[OPTIONS] user_name"
46#define adduser_full_usage "\n\n" \ 46#define adduser_full_usage "\n\n" \
47 "Add an user\n" \ 47 "Add a user\n" \
48 "\nOptions:" \ 48 "\nOptions:" \
49 "\n -h DIR Home directory" \ 49 "\n -h DIR Home directory" \
50 "\n -g GECOS GECOS field" \ 50 "\n -g GECOS GECOS field" \