From: Guillem Jover Date: Thu, 30 Mar 2006 01:20:11 +0000 (+0000) Subject: Add a '[!]' in --force-all help denoting that it is a dangerous option. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28bfce9699eb3181ba2dadc9c9c8a1b3f9e3b788;p=dpkg Add a '[!]' in --force-all help denoting that it is a dangerous option. Closes: #359935 --- diff --git a/ChangeLog b/ChangeLog index a6b2cac9..234e1ebd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-30 Guillem Jover + + * src/main.c (setforce): Add a '[!]' next to 'all' to denote that + '--force-all' is dangerous. + 2006-03-20 Guillem Jover * configure.ac: Bump version to 1.13.18~. diff --git a/debian/changelog b/debian/changelog index 087978d2..31531842 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,10 @@ dpkg (1.13.18~) UNRELEASED; urgency=low * Correct typos in man pages. Thanks to A. Costa for spotting them Closes: #358091, #358092, #358093, #358094, #358095 + [ Guillem Jover ] + * Add a '[!]' in --force-all help denoting that it is a dangerous option. + Closes: #359935 + -- Christian Perrier Tue, 21 Mar 2006 20:46:24 +0100 dpkg (1.13.17) unstable; urgency=low diff --git a/src/main.c b/src/main.c index 4ab89871..fc141b9f 100644 --- a/src/main.c +++ b/src/main.c @@ -295,7 +295,7 @@ static void setforce(const struct cmdinfo *cip, const char *value) { warn but continue: --force-,,...\n\ stop with error: --refuse-,,... | --no-force-,...\n\ Forcing things:\n\ - all Set all force options\n\ + all [!] Set all force options\n\ auto-select [*] (De)select packages to install (remove) them\n\ downgrade [*] Replace a package with a lower version\n\ configure-any Configure any package which may help this one\n\