diff options
-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) { |