Skip to content

Commit e6d1098

Browse files
mcdonnnjdav3r
andcommitted
Capitalize JSON and CSV in the command-line options
Since these are acronyms they should be capitalized. Co-authored-by: dav3r <[email protected]>
1 parent 3d45f40 commit e6d1098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ output will always be written to disk, defaulting to `results.csv`.
7575
(Implies --mx.)
7676
--spf Only check SPF records
7777
--dmarc Only check DMARC records
78-
--json Output is in json format (default csv)
78+
--json Output is in JSON format (default CSV)
7979
--debug Output should include more verbose logging.
8080
--dns=HOSTNAMES A comma-delimited list of DNS servers to query
8181
against. For example, if you want to use

src/trustymail/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
(Implies --mx.)
2424
--spf Only check SPF records
2525
--dmarc Only check DMARC records
26-
--json Output is in json format (default csv)
26+
--json Output is in JSON format (default CSV)
2727
--debug Output should include more verbose logging.
2828
--dns=HOSTNAMES A comma-delimited list of DNS servers to query
2929
against. For example, if you want to use

0 commit comments

Comments
 (0)