patchbomb: Remove leftover debug code
[guilt.git] / guilt-help
blob274246b386a17bf33a809eac7835974f492be91c
1 #!/bin/sh
3 # Copyright (c) Josef "Jeff" Sipek, 2007
6 DO_NOT_CHECK_BRANCH_EXISTENCE=1
8 USAGE="[<command> | <topic>]"
9 . `dirname $0`/guilt
11 case $# in
13 page="guilt"
16 if [ "$1" != "guilt" ]; then
17 page="guilt-$1"
18 else
19 page="guilt"
23 usage
25 esac
27 exec man "$page"