Commit fb0242a4 authored by Lukas Schauer's avatar Lukas Schauer

show help if no arguments are provided

parent ec9d3cd1
......@@ -515,6 +515,8 @@ main() {
fi
}
[[ "${@}" == "" ]] && eval set -- "--help"
while (( "${#}" )); do
case "${1}" in
--help|-h)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment