From 6311c8d25f1ff2033ef48a20fc7942ef42d81bf8 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 10 May 2019 09:45:41 +0200 Subject: apt-mark: Add hidden showheld alias for showhold For Unit193 and those who value grammar, I suppose. --- apt-private/private-cmndline.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-private') 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 &Args, char const static bool addArgumentsAPTMark(std::vector &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); -- cgit v1.2.3