From 8f935ee3e045dc59a8544b125721c420028d618f Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sat, 1 Jan 2011 17:55:39 +0100
Subject: Updating help function in lb for live-build.

---
 scripts/build/lb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build/lb b/scripts/build/lb
index f64967a..9489ff4 100755
--- a/scripts/build/lb
+++ b/scripts/build/lb
@@ -22,7 +22,7 @@ case "${1}" in
 	-h|--help)
 		if [ -x "$(which man 2>/dev/null)" ]
 		then
-			man lh
+			man lb
 			exit 0
 		else
 			${0} --usage
-- 
cgit v1.0