SearchSploit - Misc output formatting

This commit is contained in:
g0tmi1k 2015-06-11 15:56:36 +01:00
parent 990bc693df
commit efa00094a0

View file

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