Skip to content

Commit f58cd2c

Browse files
committed
Your signed commit message
1 parent becd025 commit f58cd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub enum CliSubCommand {
127127
/// Returns a JSON object containing:
128128
/// - `mnemonic`: the 12-word phrase
129129
/// - `external_descriptor`: public and private forms for receive addresses
130-
/// - `internal_descriptor`: public and private forms for change addresses
130+
/// - `internal_descriptor`: public and private forms for change addresses.
131131
Descriptor(GenerateDescriptorArgs),
132132
}
133133
#[derive(Debug, Clone, PartialEq, Args)]

0 commit comments

Comments
 (0)