diff --git a/tools/ldb_tool.cc b/tools/ldb_tool.cc index 08a22c0ad..169fad666 100644 --- a/tools/ldb_tool.cc +++ b/tools/ldb_tool.cc @@ -21,9 +21,13 @@ void LDBCommandRunner::PrintHelp(const LDBOptions& ldb_options, ret.append("commands MUST specify --" + LDBCommand::ARG_DB + "= when necessary\n"); ret.append("\n"); - ret.append("commands can optionally specify --" + LDBCommand::ARG_ENV_URI + - "= or --" + LDBCommand::ARG_FS_URI + - "= if necessary\n\n"); + ret.append("commands can optionally specify\n"); + ret.append(" --" + LDBCommand::ARG_ENV_URI + "= or --" + + LDBCommand::ARG_FS_URI + "= if necessary"); + ret.append("\n"); + ret.append(" --" + LDBCommand::ARG_SECONDARY_PATH + + "= to open DB as secondary instance. Operations " + "not supported in secondary instance will fail.\n\n"); ret.append( "The following optional parameters control if keys/values are " "input/output as hex or as plain strings:\n");