mirror of
https://github.com/sheumann/hush.git
synced 2025-02-28 20:31:33 +00:00
- s/:\t\t/\t/ for two helptexts.
This commit is contained in:
parent
b7c50c9896
commit
95da177b09
@ -1976,8 +1976,8 @@ USE_FEATURE_MDEV_CONFIG( \
|
|||||||
"Creates a temporary file with its name based on TEMPLATE.\n" \
|
"Creates a temporary file with its name based on TEMPLATE.\n" \
|
||||||
"TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX).\n\n" \
|
"TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX).\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
" -d Make a directory instead of a file\n" \
|
" -d Make a directory instead of a file\n" \
|
||||||
" -q Fail silently if an error occurs"
|
" -q Fail silently if an error occurs"
|
||||||
#define mktemp_example_usage \
|
#define mktemp_example_usage \
|
||||||
"$ mktemp /tmp/temp.XXXXXX\n" \
|
"$ mktemp /tmp/temp.XXXXXX\n" \
|
||||||
"/tmp/temp.mWiLjM\n" \
|
"/tmp/temp.mWiLjM\n" \
|
||||||
@ -2114,9 +2114,9 @@ USE_FEATURE_MDEV_CONFIG( \
|
|||||||
#define mountpoint_full_usage \
|
#define mountpoint_full_usage \
|
||||||
"mountpoint checks if the directory is a mountpoint\n\n" \
|
"mountpoint checks if the directory is a mountpoint\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
" -q: Be more quiet\n" \
|
" -q Be more quiet\n" \
|
||||||
" -d: Print major/minor device number of the filesystem\n" \
|
" -d Print major/minor device number of the filesystem\n" \
|
||||||
" -x: Print major/minor device number of the blockdevice"
|
" -x Print major/minor device number of the blockdevice"
|
||||||
#define mountpoint_example_usage \
|
#define mountpoint_example_usage \
|
||||||
"$ mountpoint /proc\n" \
|
"$ mountpoint /proc\n" \
|
||||||
"/proc is not a mountpoint\n" \
|
"/proc is not a mountpoint\n" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user