aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams3
1 files changed, 3 insertions, 0 deletions
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;