Make command line flag description more consistent.

This commit is contained in:
Benjamin Drung 2010-12-17 11:46:33 +01:00
parent 552b0a1f91
commit 409762e55c
3 changed files with 3 additions and 3 deletions

View File

@ -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).

View File

@ -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.

View File

@ -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",