diff options
Diffstat (limited to 'src/clients/cave/cmd_print_id_size.cc')
-rw-r--r-- | src/clients/cave/cmd_print_id_size.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_print_id_size.cc b/src/clients/cave/cmd_print_id_size.cc index 03c3c234b..563310d1a 100644 --- a/src/clients/cave/cmd_print_id_size.cc +++ b/src/clients/cave/cmd_print_id_size.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * 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 @@ -91,3 +91,9 @@ PrintIDSizeCommand::make_doc_cmdline() return std::make_shared<PrintIDSizeCommandLine>(); } +CommandImportance +PrintIDSizeCommand::importance() const +{ + return ci_scripting; +} + |