aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2005-06-04 04:15:28 +0000
committerdancer <dancer>2005-06-04 04:15:28 +0000
commitfe53d3f4e62498c8df21db6181d6e7f5f8fa4689 (patch)
treed5add012318091003ad15b3ac6b2282398c522be
parent4e9f6235067ad2f9b7b0d0810dbd38d449328b0d (diff)
downloadpbuilder-fe53d3f4e62498c8df21db6181d6e7f5f8fa4689.tar
pbuilder-fe53d3f4e62498c8df21db6181d6e7f5f8fa4689.tar.gz
--help option for pdebuild
-rw-r--r--ChangeLog6
-rw-r--r--pbuilder.85
-rw-r--r--pdebuild-checkparams3
-rw-r--r--pdebuild.15
4 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8997624..b96ea06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-06-04 Junichi Uekawa <dancer@debian.org>
+ * pbuilder.8: document --help option
+
+ * pdebuild.1: document the --help option.
+
+ * pdebuild-checkparams: add --help
+
* debian/pbuilder-uml.files: move to uml.
* Makefile: install
* pdebuild-user-mode-linux: use pdebuild-uml-checkparams
diff --git a/pbuilder.8 b/pbuilder.8
index e96d770..dc58743 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -468,6 +468,11 @@ keep the packages which are required for the version of Debian.
This is useful when you keep a aptcache directory for each distribution
and want to keep the size of the aptcache down.
+.TP
+.BI "--help"
+
+Show a brief help message.
+
.SH "FILES"
.TP
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;
diff --git a/pdebuild.1 b/pdebuild.1
index af49267..987e95d 100644
--- a/pdebuild.1
+++ b/pdebuild.1
@@ -79,6 +79,11 @@ instead of messages coming to the
standard output.
.TP
+.BI "--help"
+
+Show a brief help message.
+
+.TP
.BI "-- [" "pbuilder options" "]"
After the