Просмотр исходного кода

Add a '[!]' in --force-all help denoting that it is a dangerous option.
Closes: #359935

Guillem Jover лет назад: 20
Родитель
Сommit
28bfce9699
3 измененных файлов с 10 добавлено и 1 удалено
  1. 5 0
      ChangeLog
  2. 4 0
      debian/changelog
  3. 1 1
      src/main.c

+ 5 - 0
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~.

+ 4 - 0
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 <bubulle@debian.org>  Tue, 21 Mar 2006 20:46:24 +0100
 
 dpkg (1.13.17) unstable; urgency=low

+ 1 - 1
src/main.c

@@ -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\