From fe53d3f4e62498c8df21db6181d6e7f5f8fa4689 Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 4 Jun 2005 04:15:28 +0000 Subject: --help option for pdebuild --- pdebuild-checkparams | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pdebuild-checkparams') diff --git a/pdebuild-checkparams b/pdebuild-checkparams index 145c034..6cd055f 100644 --- a/pdebuild-checkparams +++ b/pdebuild-checkparams @@ -83,6 +83,9 @@ while [ -n "$1" ]; do exec 2>&1 shift; shift; ;; + --help) + showhelp + ;; --) # end of processing for this shift; break; -- cgit v1.2.3