Skip to content

Commit 7620afc

Browse files
committed
fixed quantifier in usage documenation
1 parent 7573d84 commit 7620afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ KSCRIPT_VERSION=1.0
55

66
## Show basic CLI description if no arguments are provided
77
if [ $# == 0 ] || [ $1 == "-v" ] || [ $1 == "--version" ] || [ $1 == "-h" ] || [ $1 == "--help" ]; then
8-
echo "Usage : kscript <scriptfile or - for stdin> [<script_args>]+" >&2
8+
echo "Usage : kscript <scriptfile or - for stdin> [<script_args>]*" >&2
99
echo "" >&2
1010
echo "Easy-to-use scripting support for Kotlin on *nix-based systems." >&2
1111
echo "" >&2

0 commit comments

Comments
 (0)