evogalaxy: forgot message for unknown command

This commit is contained in:
Jérémy Lecour 2016-12-22 11:10:07 +01:00 committed by Jérémy Lecour
parent 8672d6c658
commit 7e9cad6d0f

View file

@ -32,7 +32,7 @@ main(){
;;
*)
echo "error: unknwon command"
echo "error: unknwon command '${subcommand}'"
sub_help
;;
esac