diff options
author | 2011-01-27 19:06:18 +0000 | |
---|---|---|
committer | 2011-01-27 19:06:34 +0000 | |
commit | a6ba18f1f027bca8277922c2c32a6843efd8300e (patch) | |
tree | 32c5e21f5272335d359bd0b4c8de59ea6eca7664 | |
parent | 41ad999cb4ceebef040395d623d23a36b805bca5 (diff) | |
download | paludis-a6ba18f1f027bca8277922c2c32a6843efd8300e.tar.gz paludis-a6ba18f1f027bca8277922c2c32a6843efd8300e.tar.xz |
Update wording for new build_options
-rw-r--r-- | src/clients/cave/cmd_import.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clients/cave/cmd_import.cc b/src/clients/cave/cmd_import.cc index 057cb0fa7..de1a441a5 100644 --- a/src/clients/cave/cmd_import.cc +++ b/src/clients/cave/cmd_import.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 @@ -104,7 +104,7 @@ namespace a_strip(&g_contents_options, "strip", 's', "Specify whether to strip and split objects being installed.", args::EnumArg::EnumArgOptions - ("config", 'c', "Use build_options: split and build_options: strip from user configuration") + ("config", 'c', "Use build_options: symbols from user configuration") ("always", 'a', "Split and strip, regardless of user configuration") ("never", 'n', "Do not split or strip, regardless of user configuration"), "config"), |