mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
- document rmdir args
This commit is contained in:
parent
6375853cd8
commit
99ecc46d93
@ -3271,7 +3271,16 @@
|
|||||||
#define rmdir_trivial_usage \
|
#define rmdir_trivial_usage \
|
||||||
"[OPTION]... DIRECTORY..."
|
"[OPTION]... DIRECTORY..."
|
||||||
#define rmdir_full_usage "\n\n" \
|
#define rmdir_full_usage "\n\n" \
|
||||||
"Remove the DIRECTORY, if it is empty"
|
"Remove the DIRECTORY, if it is empty.\n" \
|
||||||
|
"\nOptions:" \
|
||||||
|
USE_FEATURE_RMDIR_LONG_OPTIONS( \
|
||||||
|
"\n -p|--parents Include parents" \
|
||||||
|
"\n -ignore-fail-on-non-empty" \
|
||||||
|
) \
|
||||||
|
SKIP_FEATURE_RMDIR_LONG_OPTIONS( \
|
||||||
|
"\n -p Include parents" \
|
||||||
|
)
|
||||||
|
|
||||||
#define rmdir_example_usage \
|
#define rmdir_example_usage \
|
||||||
"# rmdir /tmp/foo\n"
|
"# rmdir /tmp/foo\n"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user