forked from sig_core/toolkit
reduce required arguments
This commit is contained in:
parent
c416c09cf0
commit
befa75f8f0
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
# shellcheck disable=SC2046,1091,1090
|
||||
source "$(dirname "$0")/common"
|
||||
|
||||
if [[ $# -eq 0 ]] || [[ $# -eq 1 ]]; then
|
||||
if [[ $# -eq 0 ]]; then
|
||||
echo "Not enough information."
|
||||
echo "You must use: shortname sig"
|
||||
echo "You must use: sig"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue