On Mon, Jul 15, 2013 at 06:39:45AM +0600, Zulker Nayeen Nahiyan wrote:
Signed-off-by: Zulker Nayeen Nahiyan <nahiyan02@gmail.com> --- 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. Remove the 'instead' from the end and I'd say it sounds okay.
*-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" Same here. " -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");
-- William Giokas | KaiSforza | http://kaictl.net/ GnuPG Key: 0x73CD09CF Fingerprint: F73F 50EF BBE2 9846 8306 E6B8 6902 06D8 73CD 09CF