aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bin
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-07-28 15:49:32 +0100
committerBen Hutchings <ben@decadent.org.uk>2019-07-28 15:49:35 +0100
commit16402026e6e5652499bf44331c5068b475911311 (patch)
tree7bcea239fa528c94cbfb4a21ecfd4d94f1cfab4b /debian/bin
parent47dceba822c250f5515f724837b42c9c3fffddca (diff)
downloadkernel_replicant_linux-16402026e6e5652499bf44331c5068b475911311.tar.gz
kernel_replicant_linux-16402026e6e5652499bf44331c5068b475911311.tar.bz2
kernel_replicant_linux-16402026e6e5652499bf44331c5068b475911311.zip
debian/bin/stable-update: Delete stray '"' in usage message
Diffstat (limited to 'debian/bin')
-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)