From 0cca76e58fd7f5126930b4d7eff6c67b6c8e935f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 27 Sep 2007 19:05:30 +0000 Subject: Really fix rpm-find-leaves --help instead of breaking it another way --- rpm-find-leaves | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm-find-leaves b/rpm-find-leaves index 04d3ab96..83e48056 100644 --- a/rpm-find-leaves +++ b/rpm-find-leaves @@ -17,8 +17,8 @@ where [options] are from ") . N(" --root - use the given root instead of / ") . N(" -g [group] - restrict results to specified group. ") . N(" defaults to %s. -") . N(" -f - output rpm full name (NVRA) -", $options{group}); +", $options{group}) . N(" -f - output rpm full name (NVRA) +"); while ($_ = shift) { $_ eq '--root' and do { -- cgit v1.2.1