requestsync: Fix unclosed string literal

This commit is contained in:
Iain Lane 2009-03-22 14:41:10 +00:00
parent 7d68a1342a
commit 863a19276e
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,8 @@
ubuntu-dev-tools (0.71) UNRELEASED; urgency=low
* Changes go here.
* requestsync: Fix unclosed string literal
-- Jonathan Davies <jpds@ubuntu.com> Thu, 19 Mar 2009 19:56:24 +0000
-- Iain Lane <laney@ubuntu.com> Sun, 22 Mar 2009 14:40:19 +0000
ubuntu-dev-tools (0.70) jaunty; urgency=low

View File

@ -486,7 +486,7 @@ if __name__ == '__main__':
"specified).")
optParser.add_option("-e", action = "store_true",
dest = "ffe", default = False,
help = "Use this after FeatureFreeze for non-bug fix syncs, changes
help = "Use this after FeatureFreeze for non-bug fix syncs, changes " \
"default subscription to the appropriate release team.")
(options, args) = optParser.parse_args()