Skip to content

Commit c47ced3

Browse files
Update generated docs
1 parent f2a4ead commit c47ced3

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

FULL_HELP_DOCS.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ Create and manage identities including keys and addresses
10121012
###### **Subcommands:**
10131013

10141014
* `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)
10161016
* `fund` — Fund an identity on a test network
10171017
* `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
10181018
* `ls` — List identities
@@ -1043,12 +1043,14 @@ Add a new identity (keypair, ledger, OS specific secure store)
10431043

10441044

10451045

1046-
## `stellar keys public-key` [alias: `address`]
1046+
## `stellar keys public-key`
10471047

10481048
Given an identity return its address (public key)
10491049

10501050
**Usage:** `stellar keys public-key [OPTIONS] <NAME>`
10511051

1052+
**Command Alias:** `address`
1053+
10521054
###### **Arguments:**
10531055

10541056
* `<NAME>` — Name of identity to lookup, default test identity used if not provided
@@ -1580,7 +1582,7 @@ Sign, Simulate, and Send transactions
15801582
* `edit` — Edit a transaction envelope from stdin. This command respects the environment variables `STELLAR_EDITOR`, `EDITOR` and `VISUAL`, in that order
15811583
* `hash` — Calculate the hash of a transaction envelope
15821584
* `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
15841586
* `send` — Send a transaction envelope to the network
15851587
* `sign` — Sign a transaction envelope appending the signature to the envelope
15861588
* `simulate` — Simulate a transaction envelope from stdin
@@ -1595,16 +1597,18 @@ Update the transaction
15951597

15961598
###### **Subcommands:**
15971599

1598-
* `sequence-number` [alias: `seq-num`] — Edit the sequence number on a transaction
1600+
* `sequence-number` — Edit the sequence number on a transaction
15991601

16001602

16011603

1602-
## `stellar tx update sequence-number` [alias: `seq-num`]
1604+
## `stellar tx update sequence-number`
16031605

16041606
Edit the sequence number on a transaction
16051607

16061608
**Usage:** `stellar tx update sequence-number <COMMAND>`
16071609

1610+
**Command Alias:** `seq-num`
1611+
16081612
###### **Subcommands:**
16091613

16101614
* `next` — Fetch the source account's seq-num and increment for the given tx
@@ -1959,12 +1963,14 @@ https://developers.stellar.org/docs/learn/glossary#flags
19591963

19601964

19611965

1962-
## `stellar tx operation` [alias: `op`]
1966+
## `stellar tx operation`
19631967

19641968
Manipulate the operations in a transaction, including adding new operations
19651969

19661970
**Usage:** `stellar tx operation <COMMAND>`
19671971

1972+
**Command Alias:** `op`
1973+
19681974
###### **Subcommands:**
19691975

19701976
* `add` — Add Operation to a transaction

0 commit comments

Comments
 (0)