# HG changeset patch # User Paul Crowley # Date 1208447417 -3600 # Node ID f3c73c9fc0ffa6c82debb68c6910c9dae8e546b6 # Parent 524b4a45ef0a16d5574e41f54b780454f096074e add newline to error message diff -r 524b4a45ef0a -r f3c73c9fc0ff refresh-auth --- a/refresh-auth Thu Apr 17 15:36:10 2008 +0100 +++ b/refresh-auth Thu Apr 17 16:50:17 2008 +0100 @@ -11,7 +11,7 @@ import re if len(sys.argv) != 2: - sys.stderr.write("refresh-auth: wrong number of arguments (%s)" % sys.argv) + sys.stderr.write("refresh-auth: wrong number of arguments (%s)\n" % sys.argv) sys.exit(-1) wrappercommand = sys.argv[1]