summaryrefslogtreecommitdiff
path: root/scripts/nsend
diff options
context:
space:
mode:
authorSüleyman Fərəcli <suleyman@farajli.net>2025-06-20 17:22:54 +0400
committerGitHub <noreply@github.com>2025-06-20 17:22:54 +0400
commiteb312b971b85c117e02799d72d6dfdcc15c478ed (patch)
tree210d516c35c370cb851c59c0b0d177128e109552 /scripts/nsend
parent4d14ace3c5180ec0827408c1222cb35fe27cf484 (diff)
parentf2ca88c01f88fe3234b196202cd86b19cd9b72bb (diff)
Merge pull request #11 from sfarajli/dev
Dev
Diffstat (limited to 'scripts/nsend')
-rwxr-xr-xscripts/nsend7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/nsend b/scripts/nsend
index 5aef4fd..3d28683 100755
--- a/scripts/nsend
+++ b/scripts/nsend
@@ -5,11 +5,10 @@
help() {
cat << EOF
${0}: Wrapper script to send notifications
-
options:
- -s [Name] [Msg] Send Msg with Name
- -s [Msg] Send Msg Without Name
- -h Print this message and exit
+ -s [Name] [Msg] Send Msg with Name
+ -s [Msg] Send Msg Without Name
+ -h Print this message and exit
EOF
exit 0