From 6784b968bae2ba42b2612497b42008d690cca8ec Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Thu, 14 Nov 2024 12:19:07 -0600 Subject: [PATCH] record-shell: Add -i to -h help. --- scripts/record-shell | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/record-shell b/scripts/record-shell index c993dda..1c3de53 100755 --- a/scripts/record-shell +++ b/scripts/record-shell @@ -7,10 +7,11 @@ . "$(dirname $0)/util/logging.bash" read -d '' usage <