]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 11 Mar 2008 08:54:45 +0000 (09:54 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 11 Mar 2008 08:54:45 +0000 (09:54 +0100)
  - fix incorrect help output for -f (LP: #57487)

cmdline/apt-get.cc
debian/changelog

index 8956332a342afd8002b3442b2e9e8e8646d74a5e..c522d4f87adc4ed9174fb659144e123619e428f3 100644 (file)
@@ -2662,7 +2662,7 @@ bool ShowHelp(CommandLine &CmdL)
       "  -d  Download only - do NOT install or unpack archives\n"
       "  -s  No-act. Perform ordering simulation\n"
       "  -y  Assume Yes to all queries and do not prompt\n"
-      "  -f  Attempt to continue if the integrity check fails\n"
+      "  -f  Attempt to correct a system with broken dependencies in place\n"
       "  -m  Attempt to continue if archives are unlocatable\n"
       "  -u  Show a list of upgraded packages as well\n"
       "  -b  Build the source package after fetching it\n"
index 21d2b4f7092f76454b63f72b7ee5c8b8b6d3167e..e531be8769063d190834fc10ddefc9b1b39bbbdc 100644 (file)
@@ -9,6 +9,8 @@ apt (0.7.9ubuntu13) hardy; urgency=low
     - fix typo (LP: #150900)
   * doc/example/sources.list:
     - updated for hardy (LP: #195879)
+  * cmdline/apt-get.cc:
+    - fix incorrect help output for -f (LP: #57487)
 
  --