aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-10-15 09:35:18 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-10-15 09:35:18 +0900
commitc2d38c8064fa611c429c503ba901e2469719fc39 (patch)
tree228cd3ce7d105d4a04e4ace308f79326fdae2a46 /pbuilder-modules
parent2fbeeefe4f28030054dc11c5987ea4513e068512 (diff)
downloadpbuilder-c2d38c8064fa611c429c503ba901e2469719fc39.tar
pbuilder-c2d38c8064fa611c429c503ba901e2469719fc39.tar.gz
* Bug fix: "pbuilder: incoherence man page with --help", thanks to David
Vernazobres (Closes: #446479).
Diffstat (limited to 'pbuilder-modules')
-rw-r--r--pbuilder-modules14
1 files changed, 7 insertions, 7 deletions
diff --git a/pbuilder-modules b/pbuilder-modules
index 763c308..d62e2f4 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -28,23 +28,23 @@ pbuilder [operation] [pbuilder-options]
pdebuild [pdebuild-options] -- [pbuilder-options]
command lines:
-pbuilder create [--basetgz base.tgz-path] [--distribution etch|lenny|sid|experimental]
+pbuilder --create [--basetgz base.tgz-path] [--distribution etch|lenny|sid|experimental]
Creates a base.tgz
-pbuilder update [--basetgz base.tgz-path] [--distribution etch|lenny|sid|experimental]
+pbuilder --update [--basetgz base.tgz-path] [--distribution etch|lenny|sid|experimental]
Updates a base.tgz
-pbuilder build [--basetgz base.tgz-path] pbuilder_2.2.0-1.dsc
+pbuilder --build [--basetgz base.tgz-path] pbuilder_2.2.0-1.dsc
Builds using the base.tgz. Requires a .dsc filename
-pbuilder clean
+pbuilder --clean
Cleans the temporal build directory.
-pbuilder login
-pbuilder execute -- [command] [command-options]
+pbuilder --login
+pbuilder --execute -- [command] [command-options]
Logs in to the build environment and execute command.
-pbuilder dumpconfig
+pbuilder --dumpconfig
Dumps configuration information to stdout for debugging.
pbuilder-options: