du: remove stray whitespace in help text

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2012-03-05 09:52:19 +01:00
parent 132b044f4b
commit 81b6bf1852
1 changed files with 1 additions and 1 deletions

View 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"