Skip to content
Snippets Groups Projects

synology: show usage if no param was given

Merged Hahn Axel (hahn) requested to merge 6338-snmpv3 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -195,6 +195,8 @@ _add_status(){
# MAIN
# ----------------------------------------------------------------------
test $# -eq 0 && usage
while getopts a:h:f:vsdut OPTNAME; do
case "$OPTNAME" in
a)
Loading