From: W. Trevor King Date: Tue, 6 Dec 2011 02:01:28 +0000 (-0500) Subject: Fix default-repo help formatting in git-publish.py. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a57d475e95e9517f9e63a173f819132ed5b151b0;p=blog.git Fix default-repo help formatting in git-publish.py. --- diff --git a/posts/Git/git-publish.py b/posts/Git/git-publish.py index 10ec076..cc5910f 100755 --- a/posts/Git/git-publish.py +++ b/posts/Git/git-publish.py @@ -177,7 +177,7 @@ if __name__ == '__main__': 'the local dirname + .git)')) parser.add_argument( 'repo', default='.', nargs='?', - help='local Git repository to publish ({default})') + help='local Git repository to publish (default: %(default)s)') args = parser.parse_args() if args.verbose >= 2: