From 578b94665bacd7842d3d851986990267b0ce5704 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Thu, 16 Feb 2023 16:04:42 +0800 Subject: [PATCH] update the usage of surgery command Signed-off-by: Benjamin Wang --- cmd/bbolt/surgery_commands.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/bbolt/surgery_commands.go b/cmd/bbolt/surgery_commands.go index 5553c8fa7..9685d3aa7 100644 --- a/cmd/bbolt/surgery_commands.go +++ b/cmd/bbolt/surgery_commands.go @@ -126,8 +126,9 @@ Usage: bbolt surgery command [arguments] The commands are: - copy-page copy page from source pageid to target pageid help print this screen + clear-page clear all elements at the given pageId + copy-page copy page from source pageId to target pageId revert-meta-page revert the meta page change made by the last transaction Use "bbolt surgery [command] -h" for more information about a command.