Skip to content

Commit

Permalink
git-pw: Fix typo in the 'configuration' option help text
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
Damien Lespiau committed Oct 30, 2015
1 parent 84d05c3 commit e9102a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-pw/git-pw
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ if __name__ == '__main__':

# arguments common to all commands
parser.add_argument('--config', '-c', metavar='config',
type=str, help="configuration to use, 'default' is omitted")
type=str, help="configuration to use, 'default' if omitted")

subparsers = parser.add_subparsers(dest='name', metavar='command')

Expand Down

0 comments on commit e9102a5

Please sign in to comment.