summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-08-26 18:52:06 +0200
committerMichael Vogt <mvo@debian.org>2013-08-26 18:52:06 +0200
commit80e8d923ebc8d5f3f84eb3f922b28ca309c25026 (patch)
tree12e64b648e7c1ad89d840d673c8cb4550650dfa2
parent0806f2a6c46f7f440aa80214cbcac80dd69e88be (diff)
apt-private/private-cmndline.cc: fix typo: s/deselect-upgrade/dselect-upgrade/
-rw-r--r--apt-private/private-cmndline.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-cmndline.cc b/apt-private/private-cmndline.cc
index aceb865d5..8902f07d5 100644
--- a/apt-private/private-cmndline.cc
+++ b/apt-private/private-cmndline.cc
@@ -114,7 +114,7 @@ bool addArgumentsAPTConfig(std::vector<CommandLine::Args> &Args, char const * co
bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const * const Cmd)/*{{{*/
{
if (CmdMatches("install", "remove", "purge", "upgrade", "dist-upgrade",
- "deselect-upgrade", "autoremove"))
+ "dselect-upgrade", "autoremove"))
{
addArg(0, "dpkg-progress", "DpkgPM::Progress", 0);
addArg('f', "fix-broken", "APT::Get::Fix-Broken", 0);