diff options
author | Guido Günther <agx@sigxcpu.org> | 2012-03-28 13:56:05 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-03-28 13:56:21 +0200 |
commit | 169a924a932ecb0cf787d89d48a8145a2fa75d4d (patch) | |
tree | 9ef88bdd845f3e9d09d6f160e852c29fad1c4f3f /examples | |
parent | eae4e4a70620d42d1b0b5cb019fd7640791e607a (diff) | |
download | git-buildpackage-169a924a932ecb0cf787d89d48a8145a2fa75d4d.tar.gz git-buildpackage-169a924a932ecb0cf787d89d48a8145a2fa75d4d.tar.bz2 git-buildpackage-169a924a932ecb0cf787d89d48a8145a2fa75d4d.zip |
gbp-add-patch: Fix typo
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/gbp-add-patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gbp-add-patch b/examples/gbp-add-patch index 6af6bc46..bf07fd75 100755 --- a/examples/gbp-add-patch +++ b/examples/gbp-add-patch @@ -75,7 +75,7 @@ def main(argv): parser.add_config_file_option(option_name="meta-closes", dest="meta_closes", help="Meta tags for the bts close commands, default is '%(meta-closes)s'") parser.add_option("-e", "--edit", action="store_true", dest="edit", default=False, - help="edit commit message befor committing") + help="edit commit message before committing") parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, help="verbose command execution") |