diff options
Diffstat (limited to 'scripts/dpkg-architecture.pl')
-rwxr-xr-x | scripts/dpkg-architecture.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 823887276..247fe8252 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -49,11 +49,11 @@ sub usage { 'Options: -a<debian-arch> set current Debian architecture. -t<gnu-system> set current GNU system type. - -L list valid architectures. -f force flag (override variables set in environment).') . "\n\n" . _g( 'Commands: -l list variables (default). + -L list valid architectures. -e<debian-arch> compare with current Debian architecture. -i<arch-alias> check if current Debian architecture is <arch-alias>. -q<variable> prints only the value of <variable>. |