Skip to content

Commit

Permalink
Update help text to reflect how we do key generation now. (#1843)
Browse files Browse the repository at this point in the history
Close #1816.
  • Loading branch information
fnando authored Jan 22, 2025
1 parent f4a1fdf commit cfc1b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ Create and manage identities including keys and addresses
* `add` — Add a new identity (keypair, ledger, OS specific secure store)
* `public-key` — Given an identity return its address (public key)
* `fund` — Fund an identity on a test network
* `generate` — Generate a new identity with a seed phrase, currently 12 words
* `generate` — Generate a new identity using a 24-word seed phrase
* `ls` — List identities
* `rm` — Remove an identity
* `secret` — Output an identity's secret key
Expand Down Expand Up @@ -1013,7 +1013,7 @@ Fund an identity on a test network

## `stellar keys generate`

Generate a new identity with a seed phrase, currently 12 words
Generate a new identity using a 24-word seed phrase

**Usage:** `stellar keys generate [OPTIONS] <NAME>`

Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/keys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub enum Cmd {
/// Fund an identity on a test network
Fund(fund::Cmd),

/// Generate a new identity with a seed phrase, currently 12 words
/// Generate a new identity using a 24-word seed phrase
Generate(generate::Cmd),

/// List identities
Expand Down

0 comments on commit cfc1b1d

Please sign in to comment.