fix solana-install syntax (#12043)
```
solana-install info
solana-install deploy
solana-install update
solana-install run
```
(cherry picked from commit 38f36a7a7a
)
Co-authored-by: pk <4514654+pkrasam@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user