]> err.no Git - dpkg/commitdiff
Add a '[!]' in --force-all help denoting that it is a dangerous option.
authorGuillem Jover <guillem@debian.org>
Thu, 30 Mar 2006 01:20:11 +0000 (01:20 +0000)
committerGuillem Jover <guillem@debian.org>
Thu, 30 Mar 2006 01:20:11 +0000 (01:20 +0000)
Closes: #359935
ChangeLog
debian/changelog
src/main.c

index a6b2cac9f12a7ecdc754b1bce31eec2543f72fde..234e1ebd25cc87536b9186533ae0555820479985 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-30  Guillem Jover  <guillem@debian.org>
+
+       * src/main.c (setforce): Add a '[!]' next to 'all' to denote that
+       '--force-all' is dangerous.
+
 2006-03-20  Guillem Jover  <guillem@debian.org>
 
        * configure.ac: Bump version to 1.13.18~.
index 087978d20a738975374c255ef51e76d8137eb169..31531842b9a8a8de4e55e1c515a1acd7460e4547 100644 (file)
@@ -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 <bubulle@debian.org>  Tue, 21 Mar 2006 20:46:24 +0100
 
 dpkg (1.13.17) unstable; urgency=low
index 4ab898713637ca9e0271f2de308cdc25e486fc76..fc141b9f526a938664a1d30af06a8a58f92c12e9 100644 (file)
@@ -295,7 +295,7 @@ static void setforce(const struct cmdinfo *cip, const char *value) {
   warn but continue:  --force-<thing>,<thing>,...\n\
   stop with error:    --refuse-<thing>,<thing>,... | --no-force-<thing>,...\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\