record-shell: Add -i to -h help.

This commit is contained in:
Andrea Rogers 2024-11-14 12:19:07 -06:00
commit 6784b968ba

View file

@ -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=''