From 992a145afd7bec1b18d356909392d5c6bf20add5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 30 Jan 2009 18:16:59 +0100 Subject: Automatically displaying manpage when calling a helper with -h or --help. --- helpers/lh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh') diff --git a/helpers/lh b/helpers/lh index ca8397a64..7b27c2d56 100755 --- a/helpers/lh +++ b/helpers/lh @@ -31,7 +31,7 @@ USAGE="FIXME" case "${1}" in -h|--help) - Help + Man ;; -u|--usage) -- cgit v1.2.3