This commit is contained in:
Michael Vines 2020-02-03 11:33:57 -07:00
parent 4f85481a2b
commit 5e2891ae5d
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pub const SIGN_ONLY_ARG: ArgConstant<'static> = ArgConstant {
pub const SIGNER_ARG: ArgConstant<'static> = ArgConstant {
name: "signer",
long: "signer",
help: "Provid a public-key/signature pair for the transaction",
help: "Provide a public-key/signature pair for the transaction",
};
#[derive(Clone, Debug, PartialEq)]