[screenrecord.sh] Fix quoting.
This commit is contained in:
parent
95228a79a7
commit
2cb03748d0
|
@ -33,7 +33,7 @@ isrunning() {
|
|||
}
|
||||
|
||||
usage() {
|
||||
printf -- "Usage: %s: [-s|-w] [-t]\n" $(basename -- "$0" .sh) >&2
|
||||
printf -- "Usage: %s: [-s|-w] [-t]\n" "$(basename -- "$0" .sh)" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue