Skip to content

Commit

Permalink
config-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Feb 20, 2024
1 parent fcfab0e commit 394a8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/service_api_c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ bool run(const char *config_file,
dump_log_cmd = dsn::command_manager::instance().register_single_command(
"config-dump",
"Dump all configurations",
"[to-this-config-file]",
"Dump all configurations to a server local path or to stdout",
"[target_file]",
[](const std::vector<std::string> &args) {
std::ostringstream oss;
std::ofstream off;
Expand Down

0 comments on commit 394a8e7

Please sign in to comment.