The following commit has been merged in the master branch: commit 8c31f65164d87253c3358e5d1f92a0e960f933a4 Author: Guillem Jover <guil...@debian.org> Date: Wed May 23 07:25:01 2012 +0200
scripts: Refer to commands instead of actions in help output diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 0595a79..6d04f86 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -44,7 +44,7 @@ later for copying conditions. There is NO warranty. sub usage { printf _g( -"Usage: %s [<option> ...] [<action>] +"Usage: %s [<option> ...] [<command>] Options: -a<debian-arch> set current Debian architecture. @@ -52,7 +52,7 @@ Options: -L list valid architectures. -f force flag (override variables set in environment). -Actions: +Commands: -l list variables (default). -e<debian-arch> compare with current Debian architecture. -i<arch-alias> check if current Debian architecture is <arch-alias>. diff --git a/scripts/dpkg-buildflags.pl b/scripts/dpkg-buildflags.pl index d0f9fa8..57955eb 100755 --- a/scripts/dpkg-buildflags.pl +++ b/scripts/dpkg-buildflags.pl @@ -38,9 +38,9 @@ later for copying conditions. There is NO warranty. sub usage { printf _g( -"Usage: %s [<action>] +"Usage: %s [<command>] -Actions: +Commands: --get <flag> output the requested flag to stdout. --origin <flag> output the origin of the flag to stdout: value is one of vendor, system, user, env. diff --git a/scripts/dpkg-vendor.pl b/scripts/dpkg-vendor.pl index 3ea1c9a..1641731 100755 --- a/scripts/dpkg-vendor.pl +++ b/scripts/dpkg-vendor.pl @@ -38,12 +38,12 @@ later for copying conditions. There is NO warranty. sub usage { printf _g( -"Usage: %s [<option> ...] [<action>] +"Usage: %s [<option> ...] [<command>] Options: --vendor <vendor> assume <vendor> is the current vendor -Actions: +Commands: --is <vendor> returns true if current vendor is <vendor>. --derives-from <vendor> returns true if current vendor derives from <vendor>. --query <field> print the content of the vendor-specific field. -- dpkg's main repository -- To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org