From efa00094a04e843c91762cb8ef911deb479f0205 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Thu, 11 Jun 2015 15:56:36 +0100 Subject: [PATCH] SearchSploit - Misc output formatting --- searchsploit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }