du: remove stray whitespace in help text
[oweals/busybox.git] / coreutils / du.c
index 09a908c699ce3b6094221ac41a48f9f4b0285bb3..790ff0f8e0304b06db589396ca1979ad81dc16e7 100644 (file)
@@ -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"