Преглед изворни кода

scripts: Unify “<option>...” --help output

Guillem Jover пре 14 година
родитељ
комит
5c490cdc46

+ 1 - 1
scripts/dpkg-architecture.pl

@@ -44,7 +44,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...] [<command>]
+"Usage: %s [<option>...] [<command>]
 
 Options:
   -a<debian-arch>    set current Debian architecture.

+ 1 - 1
scripts/dpkg-buildpackage.pl

@@ -50,7 +50,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
 	printf _g("
-Usage: %s [<options> ...]
+Usage: %s [<option>...]
 
 Options:
   -r<gain-root-command>

+ 1 - 1
scripts/dpkg-genchanges.pl

@@ -106,7 +106,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...]
+"Usage: %s [<option>...]
 
 Options:
   -b                       binary-only build - no source files.

+ 1 - 1
scripts/dpkg-gencontrol.pl

@@ -69,7 +69,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...]
+"Usage: %s [<option>...]
 
 Options:
   -p<package>              print control file for package.

+ 1 - 1
scripts/dpkg-gensymbols.pl

@@ -60,7 +60,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...]
+"Usage: %s [<option>...]
 
 Options:
   -p<package>              generate symbols file for package.

+ 1 - 1
scripts/dpkg-mergechangelogs.pl

@@ -60,7 +60,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
     printf(_g(
-"Usage: %s [<option> ...] <old> <new-a> <new-b> [<out>]
+"Usage: %s [<option>...] <old> <new-a> <new-b> [<out>]
 
 Options:
   --merge-prereleases, -m  merge pre-releases together, ignores everything

+ 1 - 1
scripts/dpkg-parsechangelog.pl

@@ -41,7 +41,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...]
+"Usage: %s [<option>...]
 
 Options:
   -l<changelog-file>       get per-version info from this file.

+ 1 - 1
scripts/dpkg-scanpackages.pl

@@ -64,7 +64,7 @@ sub version {
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...] <binary-path> [<override-file> [<path-prefix>]] > Packages
+"Usage: %s [<option>...] <binary-path> [<override-file> [<path-prefix>]] > Packages
 
 Options:
   -t, --type <type>        scan for <type> packages (default is 'deb').

+ 1 - 1
scripts/dpkg-scansources.pl

@@ -81,7 +81,7 @@ sub version {
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...] <binary-path> [<override-file> [<path-prefix>]] > Sources
+"Usage: %s [<option>...] <binary-path> [<override-file> [<path-prefix>]] > Sources
 
 Options:
   -n, --no-sort            don't sort by package before outputting.

+ 1 - 1
scripts/dpkg-shlibdeps.pl

@@ -547,7 +547,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...] <executable>|-e<executable> [<option> ...]
+"Usage: %s [<option>...] <executable>|-e<executable> [<option>...]
 
 Positional options (order is significant):
   <executable>             include dependencies for <executable>,

+ 1 - 1
scripts/dpkg-source.pl

@@ -462,7 +462,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...] <command>
+"Usage: %s [<option>...] <command>
 
 Commands:
   -x <filename>.dsc [<output-dir>]

+ 1 - 1
scripts/dpkg-vendor.pl

@@ -38,7 +38,7 @@ later for copying conditions. There is NO warranty.
 
 sub usage {
     printf _g(
-"Usage: %s [<option> ...] [<command>]
+"Usage: %s [<option>...] [<command>]
 
 Options:
   --vendor <vendor>       assume <vendor> is the current vendor