Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-03-05 12:52:19 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2012-03-05 12:52:19 +0400
commit81b6bf1852174e5b82ad23c18489af9efd2673f1 (patch)
treed2735ffadb50894579d57c17221dc88923594ce6 /coreutils/du.c
parent132b044f4b09cd9334718b3f58dbb498ca63f82e (diff)
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c
index 09a908c69..790ff0f8e 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"