File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ available options:
2323 --entrypoint : use a different entrypoint
2424 examples for available endpoints are:
2525 onceover,
26- default: no entrypoint sepcified
26+ default: no entrypoint specified
2727 --image image : use a different image (default ${PODIMAGE} )
2828 --env VAR=val : specify environment variables (can be used multiple times)
2929 Remark: the term './' in a assignment will be replaced with
@@ -37,7 +37,7 @@ available options:
3737available command:
3838 help : print this help message and exit
3939
40- Commands/Options no listed here are passed to voxbox as is.
40+ commands/options not listed here are passed to VoxBox as is.
4141use the '--noop' option to print the detailed call to VoxBox.
4242EOF
4343 exit
@@ -61,7 +61,7 @@ PODOPTIONS=''
6161PODENV=' '
6262PODIMAGE=' ghcr.io/voxpupuli/voxbox:8'
6363VOXBOXCOMMAND=' '
64- while [[ $# -gt 0 ]] do
64+ while [[ $# -gt 0 ]]; do
6565 key=" $1 "
6666 case $key in
6767 help)
You can’t perform that action at this time.
0 commit comments