Bläddra i källkod

dpkg: Document --force-breaks in --force-help output

Guillem Jover 18 år sedan
förälder
incheckning
d35a953af6
3 ändrade filer med 6 tillägg och 0 borttagningar
  1. 4 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 1 0
      src/main.c

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2008-05-13  Guillem Jover  <guillem@debian.org>
+
+	* src/main.c (setforce): Add help output for '--force-breaks'.
+
 2008-05-12  Guillem Jover  <guillem@debian.org>
 
 	* configure.ac: Bump version to 1.14.20~.

+ 1 - 0
debian/changelog

@@ -1,6 +1,7 @@
 dpkg (1.14.20) UNRELEASED; urgency=low
 
   * Change UTF-8 '©' to '(C)' in deb-version.5 (unfuzzy translations).
+  * Document --force-breaks in 'dpkg --force-help' output.
 
  -- Guillem Jover <guillem@debian.org>  Mon, 12 May 2008 09:04:34 +0300
 

+ 1 - 0
src/main.c

@@ -339,6 +339,7 @@ static void setforce(const struct cmdinfo *cip, const char *value) {
 "                         you will be prompted unless one of the confold or\n"
 "                         confnew options is also given\n"
 "  confmiss [!]           Always install missing config files\n"
+"  breaks [!]             Install even if it would break another package\n"
 "  conflicts [!]          Allow installation of conflicting packages\n"
 "  architecture [!]       Process even packages with wrong architecture\n"
 "  overwrite-dir [!]      Overwrite one package's directory with another's file\n"