mirror of https://github.com/facebook/rocksdb.git
Support single delete help message in ldb (#11493)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/11493 Reviewed By: jowlyzhang Differential Revision: D46325687 Pulled By: ajkr fbshipit-source-id: ebf08477f5209104aee605496d751c857f4bb0a2
This commit is contained in:
parent
87bc929db3
commit
68a9cd21f2
|
@ -93,6 +93,7 @@ void LDBCommandRunner::PrintHelp(const LDBOptions& ldb_options,
|
||||||
BatchPutCommand::Help(ret);
|
BatchPutCommand::Help(ret);
|
||||||
ScanCommand::Help(ret);
|
ScanCommand::Help(ret);
|
||||||
DeleteCommand::Help(ret);
|
DeleteCommand::Help(ret);
|
||||||
|
SingleDeleteCommand::Help(ret);
|
||||||
DeleteRangeCommand::Help(ret);
|
DeleteRangeCommand::Help(ret);
|
||||||
DBQuerierCommand::Help(ret);
|
DBQuerierCommand::Help(ret);
|
||||||
ApproxSizeCommand::Help(ret);
|
ApproxSizeCommand::Help(ret);
|
||||||
|
|
Loading…
Reference in New Issue