Skip to content
Snippets Groups Projects
Commit 38719549 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6338-snmpv3' into 'master'

synology: show usage if no param was given

See merge request !76
parents 8bc7be83 2b54629d
No related branches found
No related tags found
1 merge request!76synology: show usage if no param was given
...@@ -195,6 +195,8 @@ _add_status(){ ...@@ -195,6 +195,8 @@ _add_status(){
# MAIN # MAIN
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
test $# -eq 0 && usage
while getopts a:h:f:vsdut OPTNAME; do while getopts a:h:f:vsdut OPTNAME; do
case "$OPTNAME" in case "$OPTNAME" in
a) a)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment