Skip to content

Commit

Permalink
missing arg for alias-force
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtlofgren committed Jul 5, 2023
1 parent 495035e commit 0583b08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/src/lib/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3532,6 +3532,9 @@ pub mod args {
.def()
.help("An alias to be associated with the spending key."),
)
.arg(ALIAS_FORCE.def().help(
"Override the alias without confirmation if it already exists.",
))
.arg(UNSAFE_DONT_ENCRYPT.def().help(
"UNSAFE: Do not encrypt the keypair. Do not use this for keys \
used in a live network.",
Expand Down

0 comments on commit 0583b08

Please sign in to comment.