summaryrefslogtreecommitdiff
path: root/video/burndvd
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-01-05 12:28:43 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2022-01-05 12:28:43 -0600
commit32d34ac9c5e3b682800f65f24743f2f29af04347 (patch)
tree741ed93d3e3ce188ec3cf1eda784b37bbc237a7d /video/burndvd
parent673999f18f1c49e4178101d56a9293e0e20aade1 (diff)
downloadscripts-32d34ac9c5e3b682800f65f24743f2f29af04347.tar.xz
scripts-32d34ac9c5e3b682800f65f24743f2f29af04347.zip
change a few
Diffstat (limited to 'video/burndvd')
-rwxr-xr-xvideo/burndvd2
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