Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 018a0fd

Browse files
authored
token-cli: fix typo (#6740)
1 parent d60a0aa commit 018a0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/src/clap_app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ pub fn app<'a, 'b>(
742742
.alias("enable-nontransferable")
743743
.takes_value(false)
744744
.help(
745-
"Permanently force tokens to be non-transferable. Thay may still be burned."
745+
"Permanently force tokens to be non-transferable. They may still be burned."
746746
),
747747
)
748748
.arg(

0 commit comments

Comments
 (0)