diff options
author | Denys Vlasenko | 2012-03-05 09:52:19 +0100 |
---|---|---|
committer | Denys Vlasenko | 2012-03-05 09:52:19 +0100 |
commit | 81b6bf1852174e5b82ad23c18489af9efd2673f1 (patch) | |
tree | d2735ffadb50894579d57c17221dc88923594ce6 /coreutils/du.c | |
parent | 132b044f4b09cd9334718b3f58dbb498ca63f82e (diff) | |
download | busybox-81b6bf1852174e5b82ad23c18489af9efd2673f1.zip busybox-81b6bf1852174e5b82ad23c18489af9efd2673f1.tar.gz |
du: remove stray whitespace in help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/du.c')
-rw-r--r-- | coreutils/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c index 09a908c..790ff0f 100644 --- a/coreutils/du.c +++ b/coreutils/du.c @@ -40,7 +40,7 @@ //usage: "\n -s Display only a total for each argument" //usage: "\n -x Skip directories on different filesystems" //usage: IF_FEATURE_HUMAN_READABLE( -//usage: "\n -h Sizes in human readable format (e.g., 1K 243M 2G )" +//usage: "\n -h Sizes in human readable format (e.g., 1K 243M 2G)" //usage: "\n -m Sizes in megabytes" //usage: ) //usage: "\n -k Sizes in kilobytes" |