[git commit] du: remove stray whitespace in help text

Denys Vlasenko vda.linux at googlemail.com
Mon Mar 5 08:52:19 UTC 2012


commit: http://git.busybox.net/busybox/commit/?id=81b6bf1852174e5b82ad23c18489af9efd2673f1
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 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"


More information about the busybox-cvs mailing list