usage: fix few help texts, fix breakage: '\<tab>'
sequence utterly confused cpp :)
This commit is contained in:
@ -481,16 +481,17 @@ USE_FEATURE_DATE_ISOFMT( \
|
|||||||
" if=FILE read from FILE instead of stdin\n" \
|
" if=FILE read from FILE instead of stdin\n" \
|
||||||
" of=FILE write to FILE instead of stdout\n" \
|
" of=FILE write to FILE instead of stdout\n" \
|
||||||
" bs=N read and write N bytes at a time\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( \
|
||||||
USE_FEATURE_DD_IBS_OBS(" obs=N write N bytes at a time\n") \
|
" 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" \
|
" count=N copy only N input blocks\n" \
|
||||||
" skip=N skip N input blocks\n" \
|
" skip=N skip N input blocks\n" \
|
||||||
" seek=N skip N output blocks\n" \
|
" seek=N skip N output blocks\n" \
|
||||||
USE_FEATURE_DD_IBS_OBS( \
|
USE_FEATURE_DD_IBS_OBS( \
|
||||||
" conv=notrunc don't truncate output file\n" \
|
" conv=notrunc don't truncate output file\n" \
|
||||||
" conv=noerror continue after read errors\n" \
|
" conv=noerror continue after read errors\n" \
|
||||||
" conv=sync pad blocks with zeros\n" \
|
" conv=sync pad blocks with zeros\n") \
|
||||||
) \
|
|
||||||
"\n" \
|
"\n" \
|
||||||
"Numbers may be suffixed by c (x1), w (x2), b (x512), kD (x1000), k (x1024),\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)"
|
"MD (x1000000), M (x1048576), GD (x1000000000) or G (x1073741824)"
|
||||||
@ -536,8 +537,7 @@ USE_FEATURE_DATE_ISOFMT( \
|
|||||||
USE_FEATURE_HUMAN_READABLE( \
|
USE_FEATURE_HUMAN_READABLE( \
|
||||||
"\n -h print sizes in human readable format (e.g., 1K 243M 2G )\n" \
|
"\n -h print sizes in human readable format (e.g., 1K 243M 2G )\n" \
|
||||||
" -m print sizes in megabytes\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")
|
SKIP_FEATURE_HUMAN_READABLE("\n -k ignored")
|
||||||
#define df_example_usage \
|
#define df_example_usage \
|
||||||
"$ df\n" \
|
"$ df\n" \
|
||||||
@ -724,7 +724,7 @@ USE_FEATURE_DATE_ISOFMT( \
|
|||||||
USE_FEATURE_FANCY_ECHO( \
|
USE_FEATURE_FANCY_ECHO( \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
" -n suppress trailing newline\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" \
|
" -E disable interpretation of backslash-escaped characters" \
|
||||||
)
|
)
|
||||||
#define echo_example_usage \
|
#define echo_example_usage \
|
||||||
@ -1966,7 +1966,8 @@ USE_FEATURE_MDEV_CONFIG( \
|
|||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
" -c Check for read-ability\n" \
|
" -c Check for read-ability\n" \
|
||||||
" -v0 Make version 0 swap [max 128 Megs]\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)"
|
" block-count Number of block to use (default is entire partition)"
|
||||||
|
|
||||||
#define mktemp_trivial_usage \
|
#define mktemp_trivial_usage \
|
||||||
|
Reference in New Issue
Block a user