Skip to content

Commit

Permalink
slight docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 31, 2022
1 parent 85a87fb commit ceca03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bin/cml/repo/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ exports.builder = (yargs) =>
exports.options = kebabcaseKeys({
fetchDepth: {
type: 'number',
description:
'Number of commits to fetch. 0 indicates all history for all branches and tags'
description: 'Number of commits to fetch (use `0` for all branches & tags)'
},
unshallow: {
type: 'boolean',
Expand Down
4 changes: 2 additions & 2 deletions bin/cml/repo/prepare.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ describe('CML e2e', () => {
--help Show help [boolean]
Options:
--fetch-depth Number of commits to fetch. 0 indicates all history for all
branches and tags [number]
--fetch-depth Number of commits to fetch (use \`0\` for all branches & tags)
[number]
--user-email Git user email [string] [default: \\"[email protected]\\"]
--user-name Git user name [string] [default: \\"Olivaw[bot]\\"]"
`);
Expand Down

2 comments on commit ceca03b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

Please sign in to comment.