mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
mktemp: don't advertise -q option
This commit is contained in:
parent
65581f3ed1
commit
761e1d1462
@ -2339,7 +2339,7 @@ USE_FEATURE_BRCTL_FANCY("\n" \
|
||||
" block-count Number of block to use (default is entire partition)"
|
||||
|
||||
#define mktemp_trivial_usage \
|
||||
"[-dqt] [-p dir] TEMPLATE"
|
||||
"[-dt] [-p DIR] TEMPLATE"
|
||||
#define mktemp_full_usage \
|
||||
"Create a temporary file with its name based on TEMPLATE.\n" \
|
||||
"TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX)." \
|
||||
|
Loading…
Reference in New Issue
Block a user