summaryrefslogtreecommitdiff
path: root/scripts/nsend
diff options
context:
space:
mode:
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