From cb9fe7e84ae93d9f16fb050eb7f071d193aa7b61 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Apr 2009 14:23:18 +0000 Subject: kill --no-splash option (useless since r244763 from 2008-09-04 (was "do not display a splash text anymore")), thus fixing #49035 --- NEWS | 3 +++ Rpmdrake/init.pm | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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"), -- cgit v1.2.1