usage: fix few help texts, fix breakage: '\<tab>'

sequence utterly confused cpp :)
This commit is contained in:
Denis Vlasenko 2006-11-28 00:46:49 +00:00
parent c2f5b02293
commit 7df69b887a

View File

@ -481,16 +481,17 @@ USE_FEATURE_DATE_ISOFMT( \
" if=FILE read from FILE instead of stdin\n" \
" of=FILE write to FILE instead of stdout\n" \
" bs=N read and write N bytes at a time\n" \
USE_FEATURE_DD_IBS_OBS(" ibs=N read N bytes at a time\n") \
USE_FEATURE_DD_IBS_OBS(" obs=N write N bytes at a time\n") \
USE_FEATURE_DD_IBS_OBS( \
" ibs=N read N bytes at a time\n") \
USE_FEATURE_DD_IBS_OBS( \
" obs=N write N bytes at a time\n") \
" count=N copy only N input blocks\n" \
" skip=N skip N input blocks\n" \
" seek=N skip N output blocks\n" \
USE_FEATURE_DD_IBS_OBS( \
" conv=notrunc don't truncate output file\n" \
" conv=noerror continue after read errors\n" \
" conv=sync pad blocks with zeros\n" \
) \
" conv=sync pad blocks with zeros\n") \
"\n" \
"Numbers may be suffixed by c (x1), w (x2), b (x512), kD (x1000), k (x1024),\n" \
"MD (x1000000), M (x1048576), GD (x1000000000) or G (x1073741824)"
@ -536,8 +537,7 @@ USE_FEATURE_DATE_ISOFMT( \
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)" \
) \
" -k print sizes in kilobytes(default)") \
SKIP_FEATURE_HUMAN_READABLE("\n -k ignored")
#define df_example_usage \
"$ df\n" \
@ -724,7 +724,7 @@ USE_FEATURE_DATE_ISOFMT( \
USE_FEATURE_FANCY_ECHO( \
"Options:\n" \
" -n suppress trailing newline\n" \
" -e interpret backslash-escaped characters (i.e., \ =tab)\n" \
" -e interpret backslash-escaped characters (i.e., \\t=tab)\n" \
" -E disable interpretation of backslash-escaped characters" \
)
#define echo_example_usage \
@ -1966,7 +1966,8 @@ USE_FEATURE_MDEV_CONFIG( \
"Options:\n" \
" -c Check for read-ability\n" \
" -v0 Make version 0 swap [max 128 Megs]\n" \
" -v1 Make version 1 swap [big!] (default for kernels >\n 2.1.117)\n" \
" -v1 Make version 1 swap [big!] (default for kernels >\n" \
" 2.1.117)\n" \
" block-count Number of block to use (default is entire partition)"
#define mktemp_trivial_usage \