fix solana-install syntax

```
solana-install info
solana-install deploy
solana-install update
solana-install run
```
This commit is contained in:
pk
2020-09-04 14:27:55 +10:00
committed by Michael Vines
parent 39246f9dd7
commit 38f36a7a7a

View File

@ -161,7 +161,7 @@ OPTIONS:
``` ```
```text ```text
solana-install-info solana-install info
displays information about the current installation displays information about the current installation
USAGE: USAGE:
@ -173,7 +173,7 @@ FLAGS:
``` ```
```text ```text
solana-install-deploy solana-install deploy
deploys a new update deploys a new update
USAGE: USAGE:
@ -188,7 +188,7 @@ ARGS:
``` ```
```text ```text
solana-install-update solana-install update
checks for an update, and if available downloads and applies it checks for an update, and if available downloads and applies it
USAGE: USAGE:
@ -199,7 +199,7 @@ FLAGS:
``` ```
```text ```text
solana-install-run solana-install run
Runs a program while periodically checking and applying software updates Runs a program while periodically checking and applying software updates
USAGE: USAGE: