Skip to content

Commit ed534c3

Browse files
committed
update
1 parent 640ce26 commit ed534c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ once in a comment everything there should be considered a comment until that com
168168
Would be counted as 4 lines of comments. This is noticeable when comparing scc's output to other tools on large
169169
repositories.
170170

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

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

189189
Command line usage of `scc` is designed to be as simple as possible.
190-
Full details can be found in `scc --help` or `scc -h`. Note that the below reflects the state of master not a release.
190+
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
191+
features listed below may be missing from your installation.
191192

192193
```
193194
$ scc -h

0 commit comments

Comments
 (0)