Skip to content

Commit

Permalink
Add git-branch option to help (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig authored Jun 24, 2020
1 parent 1b94851 commit fb405e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PhpcsChanged/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function printHelp() {
printTwoColumns([
'--git-staged' => 'Compare the staged version to the HEAD version (this is the default).',
'--git-unstaged' => 'Compare the working copy version to the staged (or HEAD) version.',
'--git-branch <BRANCH>' => 'Compare the HEAD version to the HEAD of a different branch.',
], " ");

echo <<<EOF
Expand Down

0 comments on commit fb405e2

Please sign in to comment.