diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2007-09-23 12:23:25 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2007-09-23 12:23:25 +0000 |
commit | b442357f7b8f5721bd805ce9a650c4a9d50304c5 (patch) | |
tree | 163d1bd9db5e87b3b26a6bb94f5391707afbf306 | |
parent | 9b541744d6364c582c9504d98996ce46baa8f21f (diff) | |
download | urpmi-b442357f7b8f5721bd805ce9a650c4a9d50304c5.tar urpmi-b442357f7b8f5721bd805ce9a650c4a9d50304c5.tar.gz urpmi-b442357f7b8f5721bd805ce9a650c4a9d50304c5.tar.bz2 urpmi-b442357f7b8f5721bd805ce9a650c4a9d50304c5.tar.xz urpmi-b442357f7b8f5721bd805ce9a650c4a9d50304c5.zip |
Fix help
-rw-r--r-- | rpm-find-leaves | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm-find-leaves b/rpm-find-leaves index 6af1ef3e..04d3ab96 100644 --- a/rpm-find-leaves +++ b/rpm-find-leaves @@ -16,8 +16,8 @@ where [options] are from ", $0) . N(" -h|--help - print this help message. ") . N(" --root <path> - use the given root instead of / ") . N(" -g [group] - restrict results to specified group. -") . N(" -f - output rpm full name (NVRA) ") . N(" defaults to %s. +") . N(" -f - output rpm full name (NVRA) ", $options{group}); while ($_ = shift) { |