diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-25 01:01:23 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-25 01:01:23 +0000 |
commit | 73ac056f5042b34e4009cdf8d6d08112683825f4 (patch) | |
tree | 3b2d8fb38af2622635f534e5547c26d2f246f3cc /include | |
parent | 54d10059c93cdbacd709147c1bda45c2039059eb (diff) | |
download | busybox-73ac056f5042b34e4009cdf8d6d08112683825f4.tar.gz |
s/an user/a user/
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
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 @@ #define addgroup_trivial_usage \ "[-g GID] " USE_FEATURE_ADDUSER_TO_GROUP("[user_name] ") "group_name" #define addgroup_full_usage "\n\n" \ - "Add a group " USE_FEATURE_ADDUSER_TO_GROUP("or add an user to a group") "\n" \ + "Add a group " USE_FEATURE_ADDUSER_TO_GROUP("or add a user to a group") "\n" \ "\nOptions:" \ "\n -g GID Group id" \ #define adduser_trivial_usage \ "[OPTIONS] user_name" #define adduser_full_usage "\n\n" \ - "Add an user\n" \ + "Add a user\n" \ "\nOptions:" \ "\n -h DIR Home directory" \ "\n -g GECOS GECOS field" \ |