Fix default-repo help formatting in git-publish.py.
authorW. Trevor King <wking@drexel.edu>
Tue, 6 Dec 2011 02:01:28 +0000 (21:01 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 6 Dec 2011 02:01:28 +0000 (21:01 -0500)
posts/Git/git-publish.py

index 10ec076d97b40ccb4068827a9ed050a677627910..cc5910fe7644b9b6458599a93fa9742748950f45 100755 (executable)
@@ -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: