tags 252610 + patch thanks -On Fri, Jun 04, 2004 at 01:04:05PM +0200, Gregor Hoffleit wrote: > Package: psutils > Version: 1.17-17 > Severity: normal > > clapton:1> psmerge -h > Usage: 1 [-oout] [-thorough] file... > > This should be "Usage: psmerge", not "Usage: 1". Probably a flaw in the > Perl script.
Line 11 should be changed from $prog = ($0 =~ s=.*/==); to read ($prog = $0) =~ s=.*/==; or even use File::Basename; $prog = basename($0); Julian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]