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
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1012,7 +1012,7 @@ Create and manage identities including keys and addresses
1012
1012
###### **Subcommands:**
1013
1013
1014
1014
*`add` — Add a new identity (keypair, ledger, OS specific secure store)
1015
-
*`public-key`[alias: `address`]— Given an identity return its address (public key)
1015
+
*`public-key` — Given an identity return its address (public key)
1016
1016
*`fund` — Fund an identity on a test network
1017
1017
*`generate` — Generate a new identity using a 24-word seed phrase The seed phrase can be stored in a config file (default) or in an OS-specific secure store
1018
1018
*`ls` — List identities
@@ -1043,12 +1043,14 @@ Add a new identity (keypair, ledger, OS specific secure store)
*`<NAME>` — Name of identity to lookup, default test identity used if not provided
@@ -1580,7 +1582,7 @@ Sign, Simulate, and Send transactions
1580
1582
*`edit` — Edit a transaction envelope from stdin. This command respects the environment variables `STELLAR_EDITOR`, `EDITOR` and `VISUAL`, in that order
1581
1583
*`hash` — Calculate the hash of a transaction envelope
1582
1584
*`new` — Create a new transaction
1583
-
*`operation`[alias: `op`]— Manipulate the operations in a transaction, including adding new operations
1585
+
*`operation` — Manipulate the operations in a transaction, including adding new operations
1584
1586
*`send` — Send a transaction envelope to the network
1585
1587
*`sign` — Sign a transaction envelope appending the signature to the envelope
1586
1588
*`simulate` — Simulate a transaction envelope from stdin
@@ -1595,16 +1597,18 @@ Update the transaction
1595
1597
1596
1598
###### **Subcommands:**
1597
1599
1598
-
*`sequence-number`[alias: `seq-num`]— Edit the sequence number on a transaction
1600
+
*`sequence-number` — Edit the sequence number on a transaction
0 commit comments