From 16cc760538ab91fdbd0926793eefaaf3648207e1 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Mon, 17 Mar 2014 18:22:48 -0300 Subject: [PATCH] Add better error message. It was confusing that kickstart was not installed --- bin/kickstart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kickstart b/bin/kickstart index 6549ec0..0b586c5 100755 --- a/bin/kickstart +++ b/bin/kickstart @@ -32,7 +32,7 @@ shift command_file="$curr_dir"/../lib/kickstart-$command if ! [[ -x $command_file ]]; then - echo "Command does not exist. Run kickstart help" + echo "\"kickstart $command\" is not a subcommand. Run \"kickstart help\" for more information." exit 1 fi