CLI: Add optional airdrop recipient (#8291)

* CLI: Add optional airdrop recipient

* Update book usage page
This commit is contained in:
Tyera Eulberg
2020-02-16 11:41:00 -07:00
committed by GitHub
parent bb47844ae6
commit fc2a0d53d9
4 changed files with 27 additions and 6 deletions

View File

@@ -320,7 +320,7 @@ solana-airdrop
Request lamports
USAGE:
solana airdrop [FLAGS] [OPTIONS] <AMOUNT>
solana airdrop [FLAGS] [OPTIONS] <AMOUNT> [PUBKEY]
FLAGS:
-h, --help Prints help information
@@ -341,6 +341,7 @@ OPTIONS:
ARGS:
<AMOUNT> The airdrop amount to request, in SOL
<PUBKEY> The pubkey of airdrop recipient
```
#### solana-authorize-nonce-account