diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-03-11 09:54:45 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-03-11 09:54:45 +0100 |
commit | 6f320e7b0fe9e9f1e1ac4452ba7a4c1eca297842 (patch) | |
tree | b96dac3529ff0f90f2b55846fa2efbf8dba7e849 /cmdline/apt-get.cc | |
parent | c0f9395216139ddecbcc62cee748a7aea016cbca (diff) |
* cmdline/apt-get.cc:
- fix incorrect help output for -f (LP: #57487)
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 8956332a3..c522d4f87 100644 --- a/cmdline/apt-get.cc +++ b/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" |