Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a539ef0

Browse files
committed
Explicitly call out the --decimals argument to spl-token create-token
1 parent 1efc90c commit a539ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ CqAxDdBRnawzx9q4PYM3wrybLHBhDZ4P6BTV13WsRJYJ AQoKYV7tYpTrFZN6P5oUufbQKAUr9mNYGe
237237

238238
### Example: Create a non-fungible token
239239

240-
Create the token type,
240+
Create the token type with nine decimal places,
241241
```
242-
$ spl-token create-token
242+
$ spl-token create-token --decimals 9
243243
Creating token 559u4Tdr9umKwft3yHMsnAxohhzkFnUBPAFtibwuZD9z
244244
Signature: 4kz82JUey1B9ki1McPW7NYv1NqPKCod6WNptSkYqtuiEsQb9exHaktSAHJJsm4YxuGNW4NugPJMFX9ee6WA2dXts
245245
```

0 commit comments

Comments
 (0)