Skip to content

Commit cb9c1d2

Browse files
author
z1un
committed
update help text: replace ./netrixrecon with netrixrecon
1 parent 0f56dd4 commit cb9c1d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Options (appear after domain):
6767
-o, --output <file> Export deduplicated assets to file
6868
6969
Examples:
70-
./netrixrecon example.com
71-
./netrixrecon --dns example.com
72-
./netrixrecon example.com -s -o results.txt
73-
echo example.com | ./netrixrecon`)
70+
netrixrecon example.com
71+
netrixrecon --dns example.com
72+
netrixrecon example.com -s -o results.txt
73+
echo example.com | netrixrecon`)
7474
}
7575

7676
flag.Parse()

0 commit comments

Comments
 (0)