diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-19 20:06:18 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-19 20:06:18 +0200 |
commit | 751e83fd4b84b3299ef0a0561263ffacef7392cb (patch) | |
tree | 4943228de3533f88822797746db82b9fb9341892 | |
parent | 903a173b393d148c544fdfefa0d6e4056acffbfe (diff) |
bin/apt-why: Updated documentation
-rwxr-xr-x | bin/apt-why | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/apt-why b/bin/apt-why index 821f625..93062af 100755 --- a/bin/apt-why +++ b/bin/apt-why @@ -123,7 +123,7 @@ apt-why - filtered reverse dependency displayer using AptPkg::Cache =head1 SYNOPSIS -B<apt-why> [ B<not> ] I<package> +B<apt-why> [ B<--not> ] I<package> =head1 DESCRIPTION @@ -137,8 +137,8 @@ The states are I<i>nstall, I<h>old, I<r>emove (deinstall), I<p>urge, I<u>npacked, halI<f> configured, I<h>alf installed, I<c>onfigfiles installed. An empty field means not installed. -If B<not> is specified, reverse dependencies prohibiting the install of -I<package> are shown. Else, reverse dependencies justifying the install +If B<--not> is specified, reverse dependencies prohibiting the installation of +I<package> are shown. Else, reverse dependencies justifying the installation of I<package> are shown =head1 AUTHOR |