removed check_args in list_config

This commit is contained in:
Serghey Rodin 2011-11-22 10:02:48 +02:00
commit 933cad758d

View file

@ -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