From 863a19276ec66cd80cc462ae1b0fd2dd2343a172 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Sun, 22 Mar 2009 14:41:10 +0000 Subject: [PATCH] requestsync: Fix unclosed string literal --- debian/changelog | 4 ++-- requestsync | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 76bfd59..9dda3a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ ubuntu-dev-tools (0.71) UNRELEASED; urgency=low - * Changes go here. + * requestsync: Fix unclosed string literal - -- Jonathan Davies Thu, 19 Mar 2009 19:56:24 +0000 + -- Iain Lane Sun, 22 Mar 2009 14:40:19 +0000 ubuntu-dev-tools (0.70) jaunty; urgency=low diff --git a/requestsync b/requestsync index e3126db..c5bd684 100755 --- a/requestsync +++ b/requestsync @@ -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()