diff options
Diffstat (limited to 'src/clients/cave/cmd_executables.cc')
-rw-r--r-- | src/clients/cave/cmd_executables.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_executables.cc b/src/clients/cave/cmd_executables.cc index b7e5c3ab2..4130225a6 100644 --- a/src/clients/cave/cmd_executables.cc +++ b/src/clients/cave/cmd_executables.cc @@ -2,7 +2,7 @@ /* * Copyright (c) 2009 Alexander Færøy - * Copyright (c) 2010 Ciaran McCreesh + * Copyright (c) 2010, 2011 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -102,3 +102,9 @@ ExecutablesCommand::make_doc_cmdline() return std::make_shared<ExecutablesCommandLine>(); } +CommandImportance +ExecutablesCommand::importance() const +{ + return ci_supplemental; +} + |