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

* cmdline/apt-get.cc:
- fix incorrect help output for -f (LP: #57487)

Michael Vogt лет назад: 18
Родитель
Сommit
6f320e7b0f
2 измененных файлов с 3 добавлено и 1 удалено
  1. 1 1
      cmdline/apt-get.cc
  2. 2 0
      debian/changelog

+ 1 - 1
cmdline/apt-get.cc

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

+ 2 - 0
debian/changelog

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