diff --git a/README.md b/README.md index e916e87..6d580a9 100644 --- a/README.md +++ b/README.md @@ -462,8 +462,8 @@ Please note that you will likely need to connect to an **archive** node to retri **Here we get the latest version of the runtime, the 3 commands do the same since they all use the default values:** subwasm get - subwasm get --url http://localhost:9933 - subwasm get --url http://localhost:9933 --output runtime_000.wasm + subwasm get http://localhost:9933 + subwasm get http://localhost:9933 --output runtime_000.wasm **Here we get an older runtime, back when Polkadot was at block 20 !** @@ -474,10 +474,10 @@ By default, your runtime will be saved as `runtime_000.wasm`. Running this comma **Get quick check of a runtime** # Show the runtime version and exit with status 0 - subwasm info --input kusama-2030.wasm + subwasm info kusama-2030.wasm # Provide a few explanations and exit with a status that is not 0 - subwasm info --input tictactoe.wasm + subwasm info tictactoe.wasm ### Metadata JSON and jq tricks diff --git a/README_src.adoc b/README_src.adoc index 9b4d554..ee835db 100644 --- a/README_src.adoc +++ b/README_src.adoc @@ -86,8 +86,8 @@ NOTE: Please note that you will likely need to connect to an **archive** node to .Here we get the latest version of the runtime, the 3 commands do the same since they all use the default values: subwasm get - subwasm get --url http://localhost:9933 - subwasm get --url http://localhost:9933 --output runtime_000.wasm + subwasm get http://localhost:9933 + subwasm get http://localhost:9933 --output runtime_000.wasm .Here we get an older runtime, back when Polkadot was at block 20 ! @@ -100,10 +100,10 @@ NOTE: By default, your runtime will be saved as `runtime_000.wasm`. Running this [subs="attributes+"] ---- # Show the runtime version and exit with status 0 -{cmd} info --input kusama-2030.wasm +{cmd} info kusama-2030.wasm # Provide a few explanations and exit with a status that is not 0 -{cmd} info --input tictactoe.wasm +{cmd} info tictactoe.wasm ---- === Metadata JSON and jq tricks