From: Denys Vlasenko Date: Mon, 5 Mar 2012 08:52:19 +0000 (+0100) Subject: du: remove stray whitespace in help text X-Git-Tag: 1_20_0~56 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81b6bf1852174e5b82ad23c18489af9efd2673f1;p=oweals%2Fbusybox.git du: remove stray whitespace in help text Signed-off-by: Denys Vlasenko --- 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"