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:
darionyaphet 2023-05-31 14:24:54 -07:00 committed by Facebook GitHub Bot
parent 87bc929db3
commit 68a9cd21f2
1 changed files with 1 additions and 0 deletions

View File

@ -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);