Skip to content

Commit 29658cd

Browse files
author
Simon Renoult
committed
docs: add missing flag in README
1 parent 57d5b64 commit 29658cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $ npx code-complexity <path-to-git-directory or URL> [options]
4040
-i, --since [since] limit analysis to commits more recent in age than date
4141
-u, --until [until] limit analysis to commits older in age than date
4242
-s, --sort [sort] sort results (allowed valued: score, churn, complexity or file)
43+
-d, --directories display values for directories instead of files
4344
-h, --help display help for command
4445
4546
Examples:

src/io/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function getRawCli(
7777
)
7878
.option(
7979
"-d, --directories",
80-
"Display values for directories instead of files"
80+
"display values for directories instead of files"
8181
)
8282
.on("--help", () => {
8383
console.log();

0 commit comments

Comments
 (0)