aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-01 14:23:18 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-01 14:23:18 +0000
commitcb9fe7e84ae93d9f16fb050eb7f071d193aa7b61 (patch)
tree6f14d15e63d2318039374f0bd94582f49f7d9bcd
parent78215d3fdd161c31ee41d4cde308ace3654a2e6b (diff)
downloadrpmdrake-cb9fe7e84ae93d9f16fb050eb7f071d193aa7b61.tar
rpmdrake-cb9fe7e84ae93d9f16fb050eb7f071d193aa7b61.tar.gz
rpmdrake-cb9fe7e84ae93d9f16fb050eb7f071d193aa7b61.tar.bz2
rpmdrake-cb9fe7e84ae93d9f16fb050eb7f071d193aa7b61.tar.xz
rpmdrake-cb9fe7e84ae93d9f16fb050eb7f071d193aa7b61.zip
kill --no-splash option (useless since r244763 from 2008-09-04 (was
"do not display a splash text anymore")), thus fixing #49035
-rw-r--r--NEWS3
-rw-r--r--Rpmdrake/init.pm1
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4a5cac4b..b5d19e89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- kill --no-splash option (useless since 4.17 (do not display a splash
+ text anymore)), thus fixing #49035)
+
Version 5.14 - 25 March 2009, Thierry Vignaud
- prevent dialog to enlarge too much when displaying downloads of
diff --git a/Rpmdrake/init.pm b/Rpmdrake/init.pm
index 3e9a8469..2ef0dfa7 100644
--- a/Rpmdrake/init.pm
+++ b/Rpmdrake/init.pm
@@ -55,7 +55,6 @@ N(" --mode=MODE set mode (install (default), remove, update)"),
N(" --justdb update the database, but do not modify the filesystem"),
N(" --no-confirmation don't ask first confirmation question in update mode"),
N(" --no-media-update don't update media at startup"),
-N(" --no-splash don't ask first confirmation question in update mode"),
N(" --no-verify-rpm don't verify packages signatures"),
if_($0 !~ /MandrivaUpdate/, N(" --parallel=alias,host be in parallel mode, use \"alias\" group, use \"host\" machine to show needed deps")),
N(" --rpm-root=path use another root for rpm installation"),