df: match coreutils behavior of wrapping lines if filesystem name is too long.

df: trim help text
This commit is contained in:
Denis Vlasenko
2007-08-13 12:27:49 +00:00
parent 319f8ebef8
commit 08294dbf5b
2 changed files with 29 additions and 29 deletions

View File

@@ -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" \