aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-08-26 23:45:25 +0200
committerRiccardo Spagni <ric@spagni.net>2017-08-26 23:45:25 +0200
commit52af8c1582b0818f43832b79ad29f16e3a5165d0 (patch)
treeae22882baabf96b1d497d967cf08c7f8e1fc9f20 /src/common
parentMerge pull request #2356 (diff)
parentCleanup test impact of moving blockchain_db_types() (diff)
downloadmonero-52af8c1582b0818f43832b79ad29f16e3a5165d0.tar.xz
Merge pull request #2318
3dd34a49 Cleanup test impact of moving blockchain_db_types() (Howard Chu) 80344740 More DB support cleanup (Howard Chu) 4c7f8ac0 DB cleanup (Howard Chu)
Diffstat (limited to 'src/common')
-rw-r--r--src/common/command_line.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/command_line.cpp b/src/common/command_line.cpp
index 925d8ff3b..ad66b2009 100644
--- a/src/common/command_line.cpp
+++ b/src/common/command_line.cpp
@@ -96,7 +96,7 @@ namespace command_line
, "checkpoints from DNS server will be enforced"
, false
};
- std::string arg_db_type_description = "Specify database type, available: " + boost::algorithm::join(cryptonote::blockchain_db_types, ", ");
+ std::string arg_db_type_description = "Specify database type, available: " + cryptonote::blockchain_db_types(", ");
const command_line::arg_descriptor<std::string> arg_db_type = {
"db-type"
, arg_db_type_description.c_str()