[screenrecord.sh] Fix quoting.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user