From 08294dbf5bc6fb1ea0b185488675d91169e231ce Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 13 Aug 2007 12:27:49 +0000 Subject: df: match coreutils behavior of wrapping lines if filesystem name is too long. df: trim help text --- include/usage.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index d5e9d7d..f5025b7 100644 --- a/include/usage.h +++ b/include/usage.h @@ -607,12 +607,13 @@ "[-" USE_FEATURE_HUMAN_READABLE("hm") "k] [FILESYSTEM ...]" #define df_full_usage \ "Print the filesystem space used and space available" \ - "\n\nOptions:\n" \ USE_FEATURE_HUMAN_READABLE( \ - "\n -h Print sizes in human readable format (e.g., 1K 243M 2G )\n" \ - " -m Print sizes in megabytes\n" \ - " -k Print sizes in kilobytes(default)") \ + "\n\nOptions control size display:" \ + "\n -h Human readable (e.g. 1K 243M 2G)" \ + "\n -m 1024*1024 blocks" \ + "\n -k 1024 blocks") \ SKIP_FEATURE_HUMAN_READABLE( \ + "\n\nOptions:" \ "\n -k Ignored") #define df_example_usage \ "$ df\n" \ -- cgit v1.1