|
|
@@ -46,13 +46,6 @@ sub usage {
|
|
|
printf _g(
|
|
|
'Usage: %s [<option>...] [<command>]')
|
|
|
. "\n\n" . _g(
|
|
|
-'Options:
|
|
|
- -a<debian-arch> set host Debian architecture.
|
|
|
- -t<gnu-system> set host GNU system type.
|
|
|
- -A<debian-arch> set target Debian architecture.
|
|
|
- -T<gnu-system> set target GNU system type.
|
|
|
- -f force flag (override variables set in environment).')
|
|
|
- . "\n\n" . _g(
|
|
|
'Commands:
|
|
|
-l list variables (default).
|
|
|
-L list valid architectures.
|
|
|
@@ -63,8 +56,15 @@ sub usage {
|
|
|
-u print command to unset environment variables.
|
|
|
-c <command> set environment and run the command in it.
|
|
|
-?, --help show this help message.
|
|
|
- --version show the version.
|
|
|
-'), $Dpkg::PROGNAME;
|
|
|
+ --version show the version.')
|
|
|
+ . "\n\n" . _g(
|
|
|
+'Options:
|
|
|
+ -a<debian-arch> set host Debian architecture.
|
|
|
+ -t<gnu-system> set host GNU system type.
|
|
|
+ -A<debian-arch> set target Debian architecture.
|
|
|
+ -T<gnu-system> set target GNU system type.
|
|
|
+ -f force flag (override variables set in environment).')
|
|
|
+ . "\n", $Dpkg::PROGNAME;
|
|
|
}
|
|
|
|
|
|
sub list_arches()
|