Skip to content

Commit

Permalink
fix ldb headline to be ldb and not beezcli #482 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofriedma committed Jun 7, 2023
1 parent fc24b77 commit cd136e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/ldb_tool.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct LDBOptions {
// Default: Slice::ToString()
std::shared_ptr<SliceFormatter> key_formatter;

std::string print_help_header = "beezcli - Speedb Tool";
std::string print_help_header = "ldb - Speedb Tool";
};

class LDBTool {
Expand Down

0 comments on commit cd136e1

Please sign in to comment.