~sylvain-pineau/checkbox/jinja2_deb_req

« back to all changes in this revision

Viewing changes to plainbox/plainbox/provider_manager.py

  • Committer: Daniel Manrique
  • Author(s): Zygmunt Krynicki
  • Date: 2015-03-31 11:48:35 UTC
  • mfrom: (3633.1.1 launchpad/fix-1438643)
  • Revision ID: daniel_manrique-20150331114835-zn45s99j8r090o2p
"automatic merge of lp:~zyga/checkbox/fix-1438643/ by tarmac [r=sylvain-pineau][bug=1438643][author=zyga]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1174
1174
            help=_("don't actually do anything"))
1175
1175
        group = parser.add_argument_group(title=_("actions to perform"))
1176
1176
        group.add_argument(
1177
 
            "--dont-update-pot", default=False, action="store_false",
 
1177
            "--dont-update-pot", default=False, action="store_true",
1178
1178
            help=_("do not update the translation template"))
1179
1179
        group.add_argument(
1180
1180
            "--dont-merge-po", default=False, action="store_true",