diff options
Diffstat (limited to 'scripts/nsend')
-rwxr-xr-x | scripts/nsend | 7 |
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 |