From 5e2891ae5d2d2c7da3ba8e540ddc54c1666e53f7 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 3 Feb 2020 11:33:57 -0700 Subject: [PATCH] e --- cli/src/offline.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/offline.rs b/cli/src/offline.rs index aadaca4656..33d1bf1f85 100644 --- a/cli/src/offline.rs +++ b/cli/src/offline.rs @@ -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)]