diff options
author | Eric Andersen | 2002-09-16 06:22:25 +0000 |
---|---|---|
committer | Eric Andersen | 2002-09-16 06:22:25 +0000 |
commit | c38678d14b87f8e2d4f0d610d0aa61c656f17539 (patch) | |
tree | 8a08f41faae7672a634f32234dee4b5308cda39c /include/usage.h | |
parent | 166fa4684f33579277f34d887537c2abefc9deb0 (diff) | |
download | busybox-c38678d14b87f8e2d4f0d610d0aa61c656f17539.zip busybox-c38678d14b87f8e2d4f0d610d0aa61c656f17539.tar.gz |
Apply vodz' last_patch52
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index ee69715..968823e 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1369,7 +1369,7 @@ #define passwd_trivial_usage \ "[OPTION] [name]" #define passwd_full_usage \ - "CChange a user password. If no name is specified,\n" \ + "Change a user password. If no name is specified,\n" \ "changes the password for the current user.\n" \ "Options:\n" \ "\t-a\tDefine which algorithm shall be used for the password.\n" \ |