Browse Source

removed check_args in list_config

Serghey Rodin 14 years ago
parent
commit
933cad758d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bin/v_list_sys_config

+ 0 - 1
bin/v_list_sys_config

@@ -50,7 +50,6 @@ case $format in
     json)   json_list_conf ;;
     plain)  shell_list_conf ;;
     shell)  shell_list_conf | column -t ;;
-    *)      check_args '1' '0' '[format]'
 esac