diff options
author | Denys Vlasenko | 2010-10-09 21:10:32 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-10-09 21:10:32 +0200 |
commit | 3b2acb759cac73fe2af096af8641c01197fa4214 (patch) | |
tree | 646b3156a375f59977d30bc190b15e538a6d6c45 /include | |
parent | c1e3027f11bd3dc12df508cde10457b9215424e4 (diff) | |
download | busybox-3b2acb759cac73fe2af096af8641c01197fa4214.zip busybox-3b2acb759cac73fe2af096af8641c01197fa4214.tar.gz |
tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index f058a9d..5552503 100644 --- a/include/usage.src.h +++ b/include/usage.src.h @@ -2781,7 +2781,7 @@ INSERT IF_SELINUX( \ "\n -Z Set security context" \ ) \ - "\nTYPEs:" \ + "\nTYPE:" \ "\n b Block device" \ "\n c or u Character device" \ "\n p Named pipe (MAJOR and MINOR are ignored)" \ |