diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-13 15:02:25 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-13 15:02:25 +0000 |
commit | 199b3cbb26a8dc6e5c3e1bffdb42510549277890 (patch) | |
tree | aa1891ae7316d2cd9cf69d9249651cb38c15b26e | |
parent | f6a32562aa0ff9b05013133bee40b852a22757ea (diff) | |
download | urpmi-199b3cbb26a8dc6e5c3e1bffdb42510549277890.tar urpmi-199b3cbb26a8dc6e5c3e1bffdb42510549277890.tar.gz urpmi-199b3cbb26a8dc6e5c3e1bffdb42510549277890.tar.bz2 urpmi-199b3cbb26a8dc6e5c3e1bffdb42510549277890.tar.xz urpmi-199b3cbb26a8dc6e5c3e1bffdb42510549277890.zip |
Fix description of command-line options
-rw-r--r-- | Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index 55dd51ef..98646752 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,8 +6,8 @@ use strict; use ExtUtils::MakeMaker; # Command-line parsing. -# --without-rpm : use rpm to find some paths, and generate make targets to -# produce an rpm of this +# --without-rpm : don't use rpm to find some paths, and generate make targets +# to produce an rpm of this # --install-po : compile .po files and install locale files # --install-gui : install gurpmi my $with_rpm = 1; $with_rpm = 0 if grep $_ eq '--without-rpm', @ARGV; |