Skip to content

Commit 2aa849e

Browse files
authored
Merge pull request #485 from ProvableHQ/rr-update-cli-overview-for-execute
Added comment in Leo execute overview for broadcast flag
2 parents 5c34192 + a8d83e7 commit 2aa849e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

documentation/cli/00_overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ This command synthesizes the program circuit and generates proving and verifying
197197
Leo ✅ Executed 'hello.aleo/main' (in "/hello/build")
198198
```
199199
200+
:::info
201+
The `-b` or `--broadcast` flag is required in order to broadcast a transaction to a network.
202+
:::
203+
200204
See [Execute](./02_executing.md) for more details.
201205
202206

documentation/cli/01_deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ From the root of the Leo program directory, run the following command:
2020
leo deploy
2121
```
2222

23-
Alternatively, the command syntax accomodates enviroment variables:
23+
Alternatively, the command syntax accommodates environment variables:
2424
```bash
2525
leo deploy --endpoint "{ENDPOINT} --private-key "{$PRIVATE_KEY}"
2626
```

0 commit comments

Comments
 (0)