diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-22 18:19:21 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-22 18:19:21 +0000 |
commit | 77fc5014c625c00436fba99b911083fc772bdf9e (patch) | |
tree | 67ce505cac5e5b8ef703ea0d288e25fa72b508e5 | |
parent | 30c5b063ab9c2a0a60f676fa7e82511f8a369212 (diff) | |
download | rpmdrake-77fc5014c625c00436fba99b911083fc772bdf9e.tar rpmdrake-77fc5014c625c00436fba99b911083fc772bdf9e.tar.gz rpmdrake-77fc5014c625c00436fba99b911083fc772bdf9e.tar.bz2 rpmdrake-77fc5014c625c00436fba99b911083fc772bdf9e.tar.xz rpmdrake-77fc5014c625c00436fba99b911083fc772bdf9e.zip |
when displaying the usage, don't display some void characters on
the last line
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ "@ARGV" =~ /-h/ and do { printf STDERR "Usage: %s [OPTION]... --noconfirmation don't ask first confirmation question in MandrakeUpdate mode - ", basename($0); +", basename($0); exit 0; }; |