Skip to content

Commit b83752c

Browse files
authored
Correct infile flag in Usage section (#9)
1 parent 406b720 commit b83752c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Usage of ./gcov2lcov:
3535

3636
```sh
3737
$ go test -coverprofile=coverage.out && \
38-
gcov2lcov -inputfile=coverage.out -outfile=coverage.lcov
38+
gcov2lcov -infile=coverage.out -outfile=coverage.lcov
3939
```
4040

4141
## Build and Test

0 commit comments

Comments
 (0)