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
1 changed files with 4 additions and 4 deletions

View File

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