SearchSploit - Misc output formatting
This commit is contained in:
parent
990bc693df
commit
efa00094a0
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ fi
|
||||||
## Usage info
|
## Usage info
|
||||||
function usage()
|
function usage()
|
||||||
{
|
{
|
||||||
echo "Usage: ${progname} [options] term1 [term2] ... [termN]"
|
echo " Usage: ${progname} [options] term1 [term2] ... [termN]"
|
||||||
echo "Example:"
|
echo "Example:"
|
||||||
echo " ${progname} afd windows local"
|
echo " ${progname} afd windows local"
|
||||||
echo " ${progname} -f oracle windows remote"
|
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 "* Use '-f' to include the file's path to increase the search results."
|
||||||
echo " * Could possibly increase false positives (especially when searching numbers)."
|
echo " * Could possibly increase false positives (especially when searching numbers)."
|
||||||
echo " * When updating from git or displaying help, searches will be ignored."
|
echo " * When updating from git or displaying help, searches will be ignored."
|
||||||
|
echo ""
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue