reduce required arguments

This commit is contained in:
Louis Abel 2022-07-31 19:27:46 -07:00
parent c416c09cf0
commit befa75f8f0
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
# shellcheck disable=SC2046,1091,1090 # shellcheck disable=SC2046,1091,1090
source "$(dirname "$0")/common" source "$(dirname "$0")/common"
if [[ $# -eq 0 ]] || [[ $# -eq 1 ]]; then if [[ $# -eq 0 ]]; then
echo "Not enough information." echo "Not enough information."
echo "You must use: shortname sig" echo "You must use: sig"
exit 1 exit 1
fi fi