Skip to content

Commit 89484fa

Browse files
committed
clarify
1 parent 7cb721e commit 89484fa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

cmd/crt.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,16 @@ Options:
5555
-csv Turn results to CSV
5656
-json Turn results to JSON
5757
-jsonl Turn results to JSONL (JSON Lines)
58-
-q Quiet mode (Hide progress messages, only show results)
58+
-q Quiet mode (Hide progress messages, only show results) [Bulk Mode Only]
5959
6060
Examples:
61-
crt example.com
62-
crt -s -e example.com
63-
crt -json -o logs.json example.com
64-
crt -l 15 -csv -o logs.csv example.com
61+
crt "example.com"
62+
crt -s -e "example.com"
63+
crt -json -o logs.json "example.com"
64+
crt -l 15 -csv -o logs.csv "example.com"
65+
crt -jsonl -q -s "example.com" 2>/dev/null | jq -r ".subdomain"
6566
crt -i domains.txt -s -e -json -o results.json
66-
crt -i domains.txt -c 3 -d 0 -jsonl
67+
crt -i domains.txt -c 100 -d 10 -jsonl
6768
`
6869

6970
// Shared buffers for collecting results

0 commit comments

Comments
 (0)