diff options
Diffstat (limited to 'bin/apt-why')
-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 |