Skip to content

Commit

Permalink
docs: fix wrong args in 'solana program set-buffer-authority' (backport
Browse files Browse the repository at this point in the history
#27817) (#28046)

docs: fix wrong args in 'solana program set-buffer-authority' (#27817)

fix wrong args in 'solana program set-buffer-authority'

(cherry picked from commit aae0780)

Co-authored-by: Yihau Chen <[email protected]>
  • Loading branch information
mergify[bot] and yihau authored Sep 24, 2022
1 parent a53fba3 commit 810745f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/cli/deploy-a-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ solana program write-buffer <PROGRAM_FILEPATH>
Buffer accounts support authorities like program accounts:

```bash
solana program set-buffer-authority <BUFFER_ADDRESS> --new-upgrade-authority <NEW_UPGRADE_AUTHORITY>
solana program set-buffer-authority <BUFFER_ADDRESS> --new-buffer-authority <NEW_BUFFER_AUTHORITY>
```

One exception is that buffer accounts cannot be marked immutable like program
Expand Down

0 comments on commit 810745f

Please sign in to comment.