From 409762e55c4481042a2a3b630e42a5ce91133827 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Fri, 17 Dec 2010 11:46:33 +0100 Subject: [PATCH] Make command line flag description more consistent. --- doc/backportpackage.1 | 2 +- doc/sponsor-patch.1 | 2 +- sponsor-patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/backportpackage.1 b/doc/backportpackage.1 index 7d8edbd..5be1f1c 100644 --- a/doc/backportpackage.1 +++ b/doc/backportpackage.1 @@ -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). diff --git a/doc/sponsor-patch.1 b/doc/sponsor-patch.1 index eee6ac7..dfb5355 100644 --- a/doc/sponsor-patch.1 +++ b/doc/sponsor-patch.1 @@ -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. diff --git a/sponsor-patch b/sponsor-patch index 1ccfbfa..cfb907d 100755 --- a/sponsor-patch +++ b/sponsor-patch @@ -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",