You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FULL_HELP_DOCS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1138,6 +1138,7 @@ Add a new identity (keypair, ledger, OS specific secure store)
1138
1138
1139
1139
-`--public-key <PUBLIC_KEY>` — Add a public key, ed25519, or muxed account, e.g. G1.., M2..
1140
1140
-`--overwrite` — Overwrite existing identity if it already exists. When combined with --secure-store, also replaces the existing Secure Store entry
1141
+
-`--hd-path <HD_PATH>` — When importing a seed phrase into the Secure Store, which `hd_path` to derive the key at
1141
1142
1142
1143
###### **Options (Global):**
1143
1144
@@ -1206,7 +1207,7 @@ Generate a new identity using a 24-word seed phrase The seed phrase can be store
1206
1207
1207
1208
On Mac this uses Keychain, on Windows it is Secure Store Service, and on \*nix platforms it uses a combination of the kernel keyutils and DBus-based Secret Service.
1208
1209
1209
-
-`--hd-path <HD_PATH>` — When generating a secret key, which `hd_path`should be used from the original `seed_phrase`
1210
+
-`--hd-path <HD_PATH>` — With `--as-secret` or `--secure-store`, which `hd_path`to derive the key at from the seed phrase
0 commit comments