From a57d475e95e9517f9e63a173f819132ed5b151b0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 5 Dec 2011 21:01:28 -0500 Subject: [PATCH] Fix default-repo help formatting in git-publish.py. --- posts/Git/git-publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.26.2