Skip to content

Commit

Permalink
fix(filter-options): Clarify --since description
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 8, 2019
1 parent b0bbfcf commit b649b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/filter-options/README.md
Expand Up @@ -36,7 +36,7 @@ Exclude private packages. They are included by default.

### `--since [ref]`

Only include packages that have been updated since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.
Only include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.

```sh
# List the contents of packages that have changed since the latest tag
Expand Down
2 changes: 1 addition & 1 deletion core/filter-options/index.js
Expand Up @@ -31,7 +31,7 @@ function filterOptions(yargs) {
},
since: {
describe: dedent`
Only include packages that have been updated since the specified [ref].
Only include packages that have been changed since the specified [ref].
If no ref is passed, it defaults to the most-recent tag.
`,
type: "string",
Expand Down

0 comments on commit b649b35

Please sign in to comment.