summaryrefslogtreecommitdiff
path: root/scripts/gui/br
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-25 19:03:40 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-25 19:03:40 +0400
commit918a5f26d05a63d5c3ece4513094e4046c56979d (patch)
tree3fa257ee2706cc9d2bdc0d00a160ec67cfcb0482 /scripts/gui/br
parentbc2d23cd922130a602d3caf739bd80b13c652f1b (diff)
fix: use `progname` instead of `${0}`
Diffstat (limited to 'scripts/gui/br')
-rwxr-xr-xscripts/gui/br2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gui/br b/scripts/gui/br
index 428e24b..bf855ec 100755
--- a/scripts/gui/br
+++ b/scripts/gui/br
@@ -4,7 +4,7 @@
help() {
cat << EOF
-${0}: Open links from bookmarks through dmenu
+${progname}: Open links from bookmarks through dmenu
options:
[link] Open link
-h Print this message and exit