mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
Make command line flag description more consistent.
This commit is contained in:
parent
552b0a1f91
commit
409762e55c
@ -34,7 +34,7 @@ Use the specified builder to build the package. Supported are
|
||||
\fBUBUNTUTOOLS_BUILDER\fR. The default is \fBpbuilder\fR(8).
|
||||
.TP
|
||||
.B \-U, \-\-update
|
||||
Update the builder environment before attempting to build.
|
||||
Update the build environment before attempting to build.
|
||||
.TP
|
||||
.B \-u \fIUPLOAD\fR, \-\-upload=\fIUPLOAD\fR
|
||||
Upload to \fIUPLOAD\fR with \fBdput\fR(1) (after confirmation).
|
||||
|
@ -78,7 +78,7 @@ Shortcut for sponsored uploads. Equivalent to \fB\-b \-u ubuntu\fR.
|
||||
Upload to \fIDEST\fR with \fBdput\fR(1) (after confirmation).
|
||||
.TP
|
||||
.BR \-U ", " \-\-update
|
||||
Make sure the build environment is up to date before building.
|
||||
Update the build environment before attempting to build.
|
||||
.TP
|
||||
.BR \-v ", " \-\-verbose
|
||||
Print more information.
|
||||
|
@ -717,7 +717,7 @@ if __name__ == "__main__":
|
||||
help="Specify an upload destination (default none).")
|
||||
parser.add_option("-U", "--update", dest="update", default=False,
|
||||
action="store_true",
|
||||
help="Update builder chroot before building")
|
||||
help="Update the build environment before building.")
|
||||
parser.add_option("-v", "--verbose", help="print more information",
|
||||
dest="verbose", action="store_true", default=False)
|
||||
parser.add_option("-w", "--workdir", dest="workdir",
|
||||
|
Loading…
x
Reference in New Issue
Block a user