diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-05 12:28:43 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-05 12:28:43 -0600 |
commit | 32d34ac9c5e3b682800f65f24743f2f29af04347 (patch) | |
tree | 741ed93d3e3ce188ec3cf1eda784b37bbc237a7d /video | |
parent | 673999f18f1c49e4178101d56a9293e0e20aade1 (diff) | |
download | scripts-32d34ac9c5e3b682800f65f24743f2f29af04347.tar.xz scripts-32d34ac9c5e3b682800f65f24743f2f29af04347.zip |
change a few
Diffstat (limited to 'video')
-rwxr-xr-x | video/burndvd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/burndvd b/video/burndvd index d8d6d76..af4b324 100755 --- a/video/burndvd +++ b/video/burndvd @@ -1,5 +1,5 @@ #!/bin/sh -printusage() { echo "$0 [iso] [burner]"; } +printusage() { echo "$(basename $0) [iso] [burner]"; } if !(ls "$1" >/dev/null 2>/dev/null); then echo "No iso selected or iso does not exist!" printusage |