]> arthur.barton.de Git - bup.git/commit
Add a 'bup help' command.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 28 Feb 2010 23:28:04 +0000 (18:28 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 28 Feb 2010 23:30:11 +0000 (18:30 -0500)
commit2f3f6665b2fe7da3e9b7e53ecc3000340c5c7e1a
treea518c079f051d643e4fd5fef0866f617fef7d986
parent9f3c794bff2dfcdb1bff6f763a509c7c06dd83ff
Add a 'bup help' command.

It works like 'git help xxx', ie. it runs 'man bup-xxx' where xxx is the
command name.
cmd/help-cmd.py [new file with mode: 0755]
main.py