Skip to content

Commit 48cc535

Browse files
authored
Fix typo in period flag in cli.md (#2491)
Fix typo in period flag description in cli.md
1 parent 6d8d303 commit 48cc535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ug/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ credit is given.
201201
### `--period`, `-p`
202202

203203
**`--period PERIOD`**: Specifies the period of analysis window.
204-
* Parameter: `PERIOD` The period of analysis window, in the format `nd` (for n days) or `nw` (for n weeks). It is used to calculate end date if only start date is specified, or calculate end date if only start date is specified.
204+
* Parameter: `PERIOD` The period of analysis window, in the format `nd` (for n days) or `nw` (for n weeks). It is used to calculate end date if only start date is specified, or calculate start date if only end date is specified.
205205
* Alias: `-p`
206206
* Example: `--period 30d` or `--period 4w`
207207

0 commit comments

Comments
 (0)