Skip to content

Commit 9c7184a

Browse files
author
CodeSandwich
committed
Improve help for JCLI TX cert adding command
1 parent cf53c3a commit 9c7184a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jcli/src/jcli_app/transaction/add_certificate.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ pub struct AddCertificate {
88
#[structopt(flatten)]
99
pub common: common::CommonTransaction,
1010

11-
/// the value
12-
#[structopt(name = "VALUE", parse(try_from_str))]
11+
/// bech32-encoded certificate
1312
pub certificate: Certificate,
1413
}
1514

0 commit comments

Comments
 (0)