[cowdancer] 02/04: qemubuilder.8: Update for new command aliases

James Clarke jrtc27 at moszumanska.debian.org
Tue Jan 17 22:26:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

jrtc27 pushed a commit to branch master
in repository cowdancer.

commit 4e134dc077eecebd2d76a51e6001db859dea3852
Author: James Clarke <jrtc27 at debian.org>
Date:   Tue Jan 17 21:51:43 2017 +0000

    qemubuilder.8: Update for new command aliases
---
 qemubuilder.8 | 42 +++++++++++++++++++++++-------------------
 1 file changed, 23 insertions(+), 19 deletions(-)

diff --git a/qemubuilder.8 b/qemubuilder.8
index 0c9e46c..8ff2e8a 100644
--- a/qemubuilder.8
+++ b/qemubuilder.8
@@ -2,7 +2,17 @@
 .SH "NAME"
 qemubuilder \- a pbuilder wrapper for qemu.
 .SH SYNOPSIS
-.BI "qemubuilder [" "commands" "] [" "options" "]"
+.BI "qemubuilder create [" "options" "]"
+.PP
+.BI "qemubuilder update [" "options" "]"
+.PP
+.BI "qemubuilder build [" "options" "] " ".dsc-file"
+.PP
+.BI "qemubuilder login [" "options" "]"
+.PP
+.BI "qemubuilder execute [" "options" "] -- " "script [" "script options" "]"
+.PP
+.BI "qemubuilder dumpconfig"
 .SH DESCRIPTION
 .B qemubuilder
 Executes the specified pbuilder operation with
@@ -13,34 +23,28 @@ Executes the specified pbuilder operation with
 Most commands imitate pbuilder, see pbuilder manual for details.
 
 .TP
-.B "--create"
-
+\fB\-\-create\fR, \fBcreate\fR
 Create the base.qemu image.
 
 .TP
-.B "--update"
-
+\fB\-\-update\fR, \fBupdate\fR, \fBup\fR, \fBu\fR
 Update the base.qemu image.
 
 .TP
-.BI "--build " ".dsc-file"
-
+\fB\-\-build\fR, \fBbuild\fR, \fBb\fR
 Build a package given a .dsc file
 
 .TP
-.B "--login"
-
+\fB\-\-login\fR, \fBlogin\fR, \fBl\fR
 Start a session within the base.qemu.
 
 .TP
-.B "--execute"
-
+\fB\-\-execute\fR, \fBexecute\fR, \fBe\fR
 Execute a command within the base.qemu.
 
 .TP
-.B "--dumpconfig"
-
-dump configuration information.
+\fB\-\-dumpconfig\fR, \fBdumpconfig\fR
+Dump configuration information, used for debugging.
 
 .TP
 .BI "--arch-diskdevice " "sd/hd"
@@ -138,21 +142,21 @@ The only exceptions were i386 and amd64, which used to use hd.
 .SH  "EXAMPLES"
 
 .TP
-.B "qemubuilder --create"
+.B "qemubuilder create"
 Create a base.qemu image.
 
 .TP 
-.B "qemubuilder --update"
+.B "qemubuilder update"
 Update the base.qemu image.
 
 .TP
-.B "qemubuilder --build test_0.1.dsc"
+.B "qemubuilder build test_0.1.dsc"
 Build the package specified in dsc file, with the base.qemu image.
 
 .TP
 .B "pdebuild --pbuilder qemubuilder"
 Run
-.B "qemubuilder --build"
+.B "qemubuilder build"
 against the current directory.
 The current directory should be an extracted Debian source package directory.
 
@@ -164,7 +168,7 @@ to make this the default behavior for
 .B pdebuild.
 
 .TP
-.B "qemubuilder --create --distribution sid --basepath /var/cache/pbuilder/base-test.qemu"
+.B "qemubuilder create --distribution sid --basepath /var/cache/pbuilder/base-test.qemu"
 Create a base.qemu image with the path 
 .B "/var/cache/pbuilder/base-test.qemu"
 and distribution sid.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list