summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-24 00:38:22 -0600
committerzachir <zachir@librem.one>2023-02-24 00:38:22 -0600
commit0738893d162b04f1079c16ed6d4ab47f1856ea48 (patch)
tree090e6d75ecccda53bcb92b29bdf22b0dfcd873ab
parent6f25518e43c07e25602fc680ce399a71e22d0bce (diff)
fix error message with -h flag
-rwxr-xr-xvolsv2
1 files changed, 1 insertions, 1 deletions
diff --git a/volsv b/volsv
index 6c59379..de30c77 100755
--- a/volsv
+++ b/volsv
@@ -101,7 +101,7 @@ EOF
#}}}
#{{{ getopts
-while getopts "idtmvga" o; do case "${o}" in
+while getopts "hidtmvga" o; do case "${o}" in
i)
eval nextopt=\${$OPTIND}
if [ -n "$nextopt" -a "$nextopt" != "-*" ]; then