CLI: Modernize decode-transaction about message

This commit is contained in:
Trent Nelson
2021-02-02 10:06:56 -07:00
committed by mergify[bot]
parent d547585041
commit fddbfe1052

View File

@ -1934,7 +1934,7 @@ pub fn app<'ab, 'v>(name: &str, about: &'ab str, version: &'v str) -> App<'ab, '
)
.subcommand(
SubCommand::with_name("decode-transaction")
.about("Decode a base-58 binary transaction")
.about("Decode a serialized transaction")
.arg(
Arg::with_name("transaction")
.index(1)