summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-04-15 23:03:51 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-04-15 23:03:51 +0200
commitcbd057a47576f5fac0ee65d60a11360e8571174d (patch)
treecd04443b094acf2c873384ebb5d43090d8ceb4a0
parentf035b51f0e473dfeb5944477ee80554e5c911cd3 (diff)
apt-why(1): Fix plural
-rwxr-xr-xbin/apt-why4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/apt-why b/bin/apt-why
index db7983d..75413e4 100755
--- a/bin/apt-why
+++ b/bin/apt-why
@@ -83,7 +83,7 @@ B<apt-why> [ I<options> ] I<package>
=head1 DESCRIPTION
-B<apt-why> recursively displays I<package>'s reverse dependency, thus
+B<apt-why> recursively displays I<package>'s reverse dependencies, thus
showing which installed packages require I<package> on the system.
=head1 OPTIONS
@@ -100,7 +100,7 @@ Specify the maximum recursion depth
=item B<--deptype>=I<types>
-Only show reverse dependency which mach the specified I<types> (comma separated list).
+Only show reverse dependencies which mach the specified I<types> (comma separated list).
Right now, possible types are Depends, Suggests, Recommends.
=item B<--tabwidth>=I<i>