Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jan 4, 2022
1 parent 640ce26 commit ed534c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ once in a comment everything there should be considered a comment until that com
Would be counted as 4 lines of comments. This is noticeable when comparing scc's output to other tools on large
repositories.

`scc` is also able count verbatim strings correctly. For example in C# the following,
`scc` is able to count verbatim strings correctly. For example in C# the following,

```
private const string BasePath = @"a:\";
Expand All @@ -187,7 +187,8 @@ cost of running some static analysis tools.
### Usage

Command line usage of `scc` is designed to be as simple as possible.
Full details can be found in `scc --help` or `scc -h`. Note that the below reflects the state of master not a release.
Full details can be found in `scc --help` or `scc -h`. Note that the below reflects the state of master not a release, as such
features listed below may be missing from your installation.

```
$ scc -h
Expand Down

0 comments on commit ed534c3

Please sign in to comment.