Skip to content

Commit

Permalink
Merge pull request #1339 from spentacular/fix/pr-status-docs
Browse files Browse the repository at this point in the history
fix: command example for pr-status
  • Loading branch information
hipstersmoothie authored Jul 1, 2020
2 parents 1a993b3 + 7eaf8df commit 99ef92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/parse-args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export const commands: AutoCommand[] = [
dryRun,
],
examples: [
`{green $} auto pr \\\\ \n --state pending \\\\ \n --description "Build still running..." \\\\ \n --context build-check`,
`{green $} auto pr-status \\\\ \n --state pending \\\\ \n --description "Build still running..." \\\\ \n --context build-check`,
],
},
{
Expand Down

0 comments on commit 99ef92e

Please sign in to comment.