Fix incorrect command descriptions. [ci skip]
This commit is contained in:
parent
7977512d5d
commit
9db3e35f41
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue