Skip to content

Commit

Permalink
README: remove duplicated noun in "it scc"
Browse files Browse the repository at this point in the history
Now only uses `scc`.
  • Loading branch information
ArneBab authored Feb 24, 2023
1 parent eb02f35 commit 03b1ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,14 +491,14 @@ identify the most complex file inside a project based on the complexity estimate

JSON produces JSON output. Mostly designed to allow `scc` to feed into other programs.

Note that this format will give you the byte size of every file it `scc` reads allowing you to get a breakdown of the
Note that this format will give you the byte size of every file `scc` reads allowing you to get a breakdown of the
number of bytes processed.

#### CSV

CSV as an option is good for importing into a spreadsheet for analysis.

Note that this format will give you the byte size of every file it `scc` reads allowing you to get a breakdown of the
Note that this format will give you the byte size of every file `scc` reads allowing you to get a breakdown of the
number of bytes processed. Also note that CSV respects `--by-file` and as such will return a summary by default.

#### CSV-Stream
Expand Down Expand Up @@ -575,7 +575,7 @@ The markup is designed to allow your own custom styles to be applied. An example
Note that the HTML options follow the command line options, so you can use `scc --by-file -f html` to produce a report with every
file and not just the summary.

Note that this format if it has the `--by-file` option will give you the byte size of every file it `scc` reads allowing you to get a breakdown of the
Note that this format if it has the `--by-file` option will give you the byte size of every file `scc` reads allowing you to get a breakdown of the
number of bytes processed.

#### SQL and SQL-Insert
Expand Down

0 comments on commit 03b1ec1

Please sign in to comment.