diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-04 11:43:50 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-04 11:43:50 +0000 |
commit | ee30cb3d6aca6652b53a4bd336a4d5dc91c5ffbe (patch) | |
tree | ebd6f9dd00e6ba0f1146b66ea0eae079e045a894 | |
parent | c753b28b6602335f50e208961ba8dde8b884de69 (diff) | |
download | rpmdrake-ee30cb3d6aca6652b53a4bd336a4d5dc91c5ffbe.tar rpmdrake-ee30cb3d6aca6652b53a4bd336a4d5dc91c5ffbe.tar.gz rpmdrake-ee30cb3d6aca6652b53a4bd336a4d5dc91c5ffbe.tar.bz2 rpmdrake-ee30cb3d6aca6652b53a4bd336a4d5dc91c5ffbe.tar.xz rpmdrake-ee30cb3d6aca6652b53a4bd336a4d5dc91c5ffbe.zip |
http://www.gnu.org/prep/standards_18.html says output of --help must be on standard output
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ BEGIN { #- we want to run this code before the Gtk->init of the use-my_gtk my $basename = sub { local $_ = shift; s|/*\s*$||; s|.*/||; $_ }; "@ARGV" =~ /-h/ and do { - printf STDERR "Usage: %s [OPTION]... + printf "Usage: %s [OPTION]... --no-confirmation don't ask first confirmation question in MandrakeUpdate mode --no-verify-rpm don't verify packages signatures --changelog-first display changelog before filelist in the description window |