From fb405e27b0515b31dfb2ed156cca221923a542cf Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Wed, 24 Jun 2020 11:31:23 -0400 Subject: [PATCH] Add git-branch option to help (#34) --- PhpcsChanged/Cli.php | 1 + 1 file changed, 1 insertion(+) diff --git a/PhpcsChanged/Cli.php b/PhpcsChanged/Cli.php index 6b51834..58ff5d1 100644 --- a/PhpcsChanged/Cli.php +++ b/PhpcsChanged/Cli.php @@ -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 ' => 'Compare the HEAD version to the HEAD of a different branch.', ], " "); echo <<