diff --git a/searchsploit b/searchsploit index 311006a11..524d8d6c0 100755 --- a/searchsploit +++ b/searchsploit @@ -37,7 +37,7 @@ fi ## Usage info function usage() { - echo "Usage: ${progname} [options] term1 [term2] ... [termN]" + echo " Usage: ${progname} [options] term1 [term2] ... [termN]" echo "Example:" echo " ${progname} afd windows local" echo " ${progname} -f oracle windows remote" @@ -63,6 +63,7 @@ function usage() echo "* Use '-f' to include the file's path to increase the search results." echo " * Could possibly increase false positives (especially when searching numbers)." echo " * When updating from git or displaying help, searches will be ignored." + echo "" exit 1 }