Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Oct 10, 2023
1 parent b0a302b commit aa69ebf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/single-pool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Assuming a vote account `Ammgaa2iZfA745BmZMhkcS27uh87fEVDC6Gm2RXz5hrC` exists, w
<TabItem value="cli" label="CLI" default>

```console
$ spl-single-pool initialize Ammgaa2iZfA745BmZMhkcS27uh87fEVDC6Gm2RXz5hrC
$ spl-single-pool manage initialize Ammgaa2iZfA745BmZMhkcS27uh87fEVDC6Gm2RXz5hrC
```

</TabItem>
Expand Down Expand Up @@ -214,7 +214,7 @@ If, for whatever reason, this was opted out of by the pool creator, anyone may c
<TabItem value="cli" label="CLI" default>

```console
$ spl-single-pool create-token-metadata --pool DkE6XFGbqSyYzRugLVSmmB42F9BQZ7mZU837e2Cti7kb
$ spl-single-pool manage create-token-metadata --pool DkE6XFGbqSyYzRugLVSmmB42F9BQZ7mZU837e2Cti7kb
```

</TabItem>
Expand Down Expand Up @@ -249,7 +249,7 @@ this is the only permissioned instruction on the pool.
<TabItem value="cli" label="CLI" default>

```console
$ spl-single-pool update-token-metadata DkE6XFGbqSyYzRugLVSmmB42F9BQZ7mZU837e2Cti7kb "My Cool Pool" cPool "https://www.cool.pool/token.jpg"
$ spl-single-pool manage update-token-metadata DkE6XFGbqSyYzRugLVSmmB42F9BQZ7mZU837e2Cti7kb "My Cool Pool" cPool "https://www.cool.pool/token.jpg"
```

</TabItem>
Expand Down

0 comments on commit aa69ebf

Please sign in to comment.