projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
708429a
)
Fix default-repo help formatting in git-publish.py.
author
W. Trevor King
<wking@drexel.edu>
Tue, 6 Dec 2011 02:01:28 +0000
(21:01 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 6 Dec 2011 02:01:28 +0000
(21:01 -0500)
posts/Git/git-publish.py
patch
|
blob
|
history
diff --git
a/posts/Git/git-publish.py
b/posts/Git/git-publish.py
index 10ec076d97b40ccb4068827a9ed050a677627910..cc5910fe7644b9b6458599a93fa9742748950f45 100755
(executable)
--- 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: