aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bin/stable-update
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bin/stable-update')
-rwxr-xr-xdebian/bin/stable-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bin/stable-update b/debian/bin/stable-update
index 049c1326421b..0ce6112bb5c3 100755
--- a/debian/bin/stable-update
+++ b/debian/bin/stable-update
@@ -127,7 +127,7 @@ def main(repo, new_ver):
if __name__ == '__main__':
if len(sys.argv) != 3:
print('''\
-Usage: {} REPO VERSION"
+Usage: {} REPO VERSION
REPO is the git repository to generate a changelog from
VERSION is the stable version (without leading v)'''.format(sys.argv[0]),
file=sys.stderr)