Skip to content

Commit 86b74bb

Browse files
Update src/lib.rs
Co-authored-by: Steve Myers <github@notmandatory.org>
1 parent cd352e1 commit 86b74bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ pub enum OfflineWalletSubCommand {
722722
#[structopt(name = "INT_POLICY", long = "internal_policy")]
723723
internal_policy: Option<String>,
724724
/// Allows 80-bytes of arbitrary data to a transaction output via OP_RETURN
725-
#[structopt(name = "ADD_DATA", short = "add", long = "add_data")]
725+
#[structopt(name = "ADD_DATA", long = "add_data")]
726726
add_data: String,
727727
},
728728
/// Bumps the fees of an RBF transaction

0 commit comments

Comments
 (0)