Skip to content

Commit ddb2638

Browse files
committed
readme update
1 parent 64357f1 commit ddb2638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ With ignored folders:
2727
With hardcoded ignored folders:
2828
`cargo run -- -f <folder_path> -e <file_extension> --hce`
2929

30-
Real example (with report generation):
31-
`cargo run -- -f /home/user/projects/my_project -e rs -i target,.git -f`
30+
Real example (with report generation and an extended statistics):
31+
`cargo run -- -f /home/user/projects/my_project -e rs -i target,.git -r -s`
3232

3333
> Note. If you run the application not with `cargo run` (for example, you built binaries), you should remove `--` from the arguments.
3434

0 commit comments

Comments
 (0)