record-shell: Add -i to -h help.
This commit is contained in:
parent
bd3ddab28f
commit
6784b968ba
1 changed files with 2 additions and 1 deletions
|
|
@ -7,10 +7,11 @@
|
||||||
. "$(dirname $0)/util/logging.bash"
|
. "$(dirname $0)/util/logging.bash"
|
||||||
|
|
||||||
read -d '' usage <<EOUSAGE
|
read -d '' usage <<EOUSAGE
|
||||||
Usage: $0 [-h]
|
Usage: $0 [-h|-i]
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-h Display this help.
|
-h Display this help.
|
||||||
|
-i Record stdin. (BE CAREFUL WITH SECRETS!)
|
||||||
EOUSAGE
|
EOUSAGE
|
||||||
|
|
||||||
SPOOPY_STDIN=''
|
SPOOPY_STDIN=''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue