diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..3dc2a7cb Binary files /dev/null and b/.DS_Store differ diff --git a/src/toolchain/sozo/world-commands/execute.md b/src/toolchain/sozo/world-commands/execute.md index 3e9984b5..feb6660f 100644 --- a/src/toolchain/sozo/world-commands/execute.md +++ b/src/toolchain/sozo/world-commands/execute.md @@ -7,7 +7,7 @@ Performing a system execution requires sending a transaction, therefore, `execut ### USAGE ```sh -sozo execute [OPTIONS] +sozo execute ``` ### OPTIONS @@ -43,5 +43,5 @@ sozo execute [OPTIONS] 1. Executing the _position_ system which takes two values (_x_: 0x77 and _y_: 0x44) ```sh -sozo execute position --calldata 0x77,0x44 +sozo execute moving_contract position --calldata 0x77,0x44 ```