Skip to content

Commit

Permalink
docs: fix mixed arguments in transfer-objects (#20934)
Browse files Browse the repository at this point in the history
This PR fixes an error in the CLI PTB docs.
  • Loading branch information
melonges authored Jan 21, 2025
1 parent 1d2b3c1 commit ee13908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/references/cli/ptb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Options:
--assign sender
--publish "."
--assign upgrade_cap
--transfer-objects sender "[upgrade_cap]"
--transfer-objects "[upgrade_cap]" sender
--upgrade <MOVE_PACKAGE_PATH>
Upgrade the move package. It takes as input the folder where the package exists.
Expand Down

0 comments on commit ee13908

Please sign in to comment.