projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
132b044
)
du: remove stray whitespace in help text
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 5 Mar 2012 08:52:19 +0000
(09:52 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 5 Mar 2012 08:52:19 +0000
(09:52 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/du.c
patch
|
blob
|
history
diff --git
a/coreutils/du.c
b/coreutils/du.c
index 09a908c699ce3b6094221ac41a48f9f4b0285bb3..790ff0f8e0304b06db589396ca1979ad81dc16e7 100644
(file)
--- 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"