diff options
Diffstat (limited to 'src/clients/paludis/command_line.cc')
-rw-r--r-- | src/clients/paludis/command_line.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/clients/paludis/command_line.cc b/src/clients/paludis/command_line.cc index 762c3ee60..cd04d7cd7 100644 --- a/src/clients/paludis/command_line.cc +++ b/src/clients/paludis/command_line.cc @@ -202,6 +202,8 @@ CommandLine::CommandLine() : add_example( "paludis --uninstall-unused --pretend", "Uninstall all unused packages."); + + add_note("paludis is deprecated. Use 'cave' instead."); } std::string @@ -213,16 +215,13 @@ CommandLine::app_name() const std::string CommandLine::app_synopsis() const { - return "The other package mangler"; + return "The deprecated other package mangler client"; } std::string CommandLine::app_description() const { - return - "paludis is the command line interface used to handle packages. It can query and " - "install packages, update repositories and display information about packages " - "already installed on a system."; + return "paludis is deprecated; use 'cave' instead."; } CommandLine::~CommandLine() |