[screenrecord.sh] Fix quoting.

This commit is contained in:
Lorenzo Cogotti 2022-11-05 08:58:37 +01:00
parent 95228a79a7
commit 2cb03748d0
1 changed files with 1 additions and 1 deletions

View File

@ -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
}