diff --git a/src/admin/debug/mod.rs b/src/admin/debug/mod.rs index e70e8f8e..36d50ca0 100644 --- a/src/admin/debug/mod.rs +++ b/src/admin/debug/mod.rs @@ -116,13 +116,13 @@ pub(super) enum DebugCommand { reset: bool, }, - /// - Verify json signatures + /// - Sign JSON blob /// /// This command needs a JSON blob provided in a Markdown code block below /// the command. SignJson, - /// - Verify json signatures + /// - Verify JSON signatures /// /// This command needs a JSON blob provided in a Markdown code block below /// the command.