mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
- s/:\t\t/\t/ for two helptexts.
This commit is contained in:
parent
b7c50c9896
commit
95da177b09
@ -2114,9 +2114,9 @@ USE_FEATURE_MDEV_CONFIG( \
|
||||
#define mountpoint_full_usage \
|
||||
"mountpoint checks if the directory is a mountpoint\n\n" \
|
||||
"Options:\n" \
|
||||
" -q: Be more quiet\n" \
|
||||
" -d: Print major/minor device number of the filesystem\n" \
|
||||
" -x: Print major/minor device number of the blockdevice"
|
||||
" -q Be more quiet\n" \
|
||||
" -d Print major/minor device number of the filesystem\n" \
|
||||
" -x Print major/minor device number of the blockdevice"
|
||||
#define mountpoint_example_usage \
|
||||
"$ mountpoint /proc\n" \
|
||||
"/proc is not a mountpoint\n" \
|
||||
|
Loading…
Reference in New Issue
Block a user