Skip to content

Commit 01f532d

Browse files
authored
Update lazyrecon.sh
1 parent bdc11fd commit 01f532d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazyrecon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SECONDS=0
3131

3232
domain=
3333
subreport=
34-
usage() { echo -e "Usage: ./lazyrecon.sh -d domain.com [-e] [excluded.domain.com,other.domain.com]\n -e\t-\tspecify excluded subdomains\n " 1>&2; exit 1; }
34+
usage() { echo -e "Usage: ./lazyrecon.sh -d domain.com [-e] [excluded.domain.com,other.domain.com]\nOptions:\n -e\t-\tspecify excluded subdomains\n " 1>&2; exit 1; }
3535

3636
while getopts ":d:e:r:" o; do
3737
case "${o}" in

0 commit comments

Comments
 (0)