Signed-off-by: Zulker Nayeen Nahiyan <[email protected]>
---
doc/pactree.8.txt | 2 +-
src/util/pactree.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/pactree.8.txt b/doc/pactree.8.txt
index 6ecaf23..0e9f733 100644
--- a/doc/pactree.8.txt
+++ b/doc/pactree.8.txt
@@ -48,7 +48,7 @@ Options
Prints package names at the start of each line, one per line.
*-r, \--reverse*::
- Show packages that depend on the named package.
+ Show packages that depend on the named package instead.
*-s, \--sync*::
Read package data from sync databases instead of local database.
diff --git a/src/util/pactree.c b/src/util/pactree.c
index 33cf66c..3b4eb9e 100644
--- a/src/util/pactree.c
+++ b/src/util/pactree.c
@@ -319,7 +319,7 @@ static void usage(void)
" -g, --graph generate output for graphviz's
dot\n"
" -h, --help display this help message\n"
" -l, --linear enable linear output\n"
- " -r, --reverse show reverse dependencies\n"
+ " -r, --reverse list packages that depend on
PACKAGE instead\n"
" -s, --sync search sync DBs instead of
local\n"
" -u, --unique show dependencies with no
duplicates (implies -l)\n"
" --config <path> set an alternate configuration
file\n");
--
1.8.3.2