summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/pactree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/pactree.c b/src/util/pactree.c
index 33cf66c4..4ca41a05 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 the named package\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");