diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-10 09:45:41 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-10 09:45:41 +0200 |
commit | 6311c8d25f1ff2033ef48a20fc7942ef42d81bf8 (patch) | |
tree | 24768b1ed49484226ef10b0f7cd0e9bad7941758 /apt-private | |
parent | c11e2d67cef10629cf927d7f1a725e7bb094f266 (diff) |
apt-mark: Add hidden showheld alias for showhold
For Unit193 and those who value grammar, I suppose.
Diffstat (limited to 'apt-private')
-rw-r--r-- | apt-private/private-cmndline.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-cmndline.cc b/apt-private/private-cmndline.cc index 494928332..3a25c7131 100644 --- a/apt-private/private-cmndline.cc +++ b/apt-private/private-cmndline.cc @@ -286,7 +286,7 @@ static bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const static bool addArgumentsAPTMark(std::vector<CommandLine::Args> &Args, char const * const Cmd)/*{{{*/ { if (CmdMatches("auto", "manual", "hold", "unhold", "showauto", - "showmanual", "showhold", "showholds", + "showmanual", "showhold", "showholds", "showheld", "markauto", "unmarkauto", "minimize-manual")) { addArg('f',"file","Dir::State::extended_states",CommandLine::HasArg); |