diff options
author | 2010-09-02 08:07:34 +0100 | |
---|---|---|
committer | 2010-09-02 08:07:34 +0100 | |
commit | 11aca722b557fae65d1f6152de1e39ae4438706a (patch) | |
tree | d8795da53a66fda9b93cd1b2add05b3f4916f3dc | |
parent | 17e744edf6fe1d507179b917c5d2a4439f5472fb (diff) | |
download | paludis-11aca722b557fae65d1f6152de1e39ae4438706a.tar.gz paludis-11aca722b557fae65d1f6152de1e39ae4438706a.tar.xz |
Fix preserve-work descriptions
-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 24823c3a1..a027b35c7 100644 --- a/src/clients/cave/cmd_import.cc +++ b/src/clients/cave/cmd_import.cc @@ -112,8 +112,8 @@ namespace "Specify whether to avoid carrying out destructive merge actions (e.g. using rename() rather than copying)", args::EnumArg::EnumArgOptions ("config", 'c', "Use build_options: preserve_work from user configuration") - ("always", 'a', "Allow desructive merges, regardless of user configuration") - ("never", 'n', "Do not merge destructively, regardless of user configuration"), + ("always", 'a', "Do not merge destructively, regardless of user configuration") + ("never", 'n', "Allow desructive merges, regardless of user configuration"), "config"), g_metadata_options(main_options_section(), "Metadata Options", |