Skip to content

Commit

Permalink
adding filename var
Browse files Browse the repository at this point in the history
  • Loading branch information
overfl0wd authored Jun 24, 2019
1 parent 69c66f1 commit cf9f51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secretScan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
if [ $# -lt 2 ]
then
echo -e "\e[91mNot enough arguments supplied"
echo -e "\e[93mUsage: secretScan.sh <target directory> <output directory>"
echo "Example: secretScan.sh phoenix/ phoenix/secrets/"
echo -e "\e[93mUsage: $0 <target directory> <output directory>"
echo "Example: $0 phoenix/ phoenix/secrets/"
exit 1
fi

Expand Down

0 comments on commit cf9f51c

Please sign in to comment.