Don't print help on input error
This commit is contained in:
@@ -197,7 +197,7 @@ parse_input() {
|
|||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
err "Incorrect options provided"; print_help; exit 1
|
err "Incorrect option provided, see installJRMC --help"; exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Print some warnings for unsupported argument combinations
|
# Print some warnings for unsupported argument combinations
|
||||||
|
|||||||
Reference in New Issue
Block a user