We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67b96a commit 0b817a1Copy full SHA for 0b817a1
bin/convert.sh
@@ -14,7 +14,7 @@ Arguments:
14
"
15
16
# print usage for -? or -h or --help
17
-if [[ "$#" -lt 1 || "$1" =~ ^(-\?|-h|--help)$ ]]; then
+if [[ "$#" -lt 2 || "$1" =~ ^(-\?|-h|--help)$ ]]; then
18
echo "$__usage"
19
exit 0
20
fi
0 commit comments