diff options
author | 2011-01-27 14:06:54 +0000 | |
---|---|---|
committer | 2011-01-27 14:06:54 +0000 | |
commit | d8bbe9f02de950130b39d4824e5e90a870d5b302 (patch) | |
tree | c3375f92affce039dde6721ba69835ebbed0ce86 | |
parent | 653947f40135832b5e388a90f22adf069584034a (diff) | |
download | paludis-d8bbe9f02de950130b39d4824e5e90a870d5b302.tar.gz paludis-d8bbe9f02de950130b39d4824e5e90a870d5b302.tar.xz |
Add note to update-world man page
-rw-r--r-- | src/clients/cave/cmd_update_world.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/clients/cave/cmd_update_world.cc b/src/clients/cave/cmd_update_world.cc index a5e08a44f..995c30115 100644 --- a/src/clients/cave/cmd_update_world.cc +++ b/src/clients/cave/cmd_update_world.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2009, 2010 Ciaran McCreesh + * Copyright (c) 2009, 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 @@ -61,7 +61,8 @@ namespace virtual std::string app_description() const { - return "Adds or removes items from the world set."; + return "Adds or removes items from the world set. This command is only for changing the contents " + "of the world set; it does not install or uninstall anything."; } args::ArgsGroup g_output_options; |