File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ once in a comment everything there should be considered a comment until that com
168
168
Would be counted as 4 lines of comments. This is noticeable when comparing scc's output to other tools on large
169
169
repositories.
170
170
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,
172
172
173
173
```
174
174
private const string BasePath = @"a:\";
@@ -187,7 +187,8 @@ cost of running some static analysis tools.
187
187
### Usage
188
188
189
189
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.
191
192
192
193
```
193
194
$ scc -h
You can’t perform that action at this time.
0 commit comments