diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 19:03:40 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 19:03:40 +0400 |
| commit | 918a5f26d05a63d5c3ece4513094e4046c56979d (patch) | |
| tree | 3fa257ee2706cc9d2bdc0d00a160ec67cfcb0482 /scripts/gui/nsend | |
| parent | bc2d23cd922130a602d3caf739bd80b13c652f1b (diff) | |
fix: use `progname` instead of `${0}`
Diffstat (limited to 'scripts/gui/nsend')
| -rwxr-xr-x | scripts/gui/nsend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gui/nsend b/scripts/gui/nsend index e1cbd78..f45cc18 100755 --- a/scripts/gui/nsend +++ b/scripts/gui/nsend @@ -5,7 +5,7 @@ help() { cat << EOF -${argv0}: Send notifications +${progname}: Send notifications options: -s [Msg] Send Msg -t [Time] Disappear after Time (in second) |
