From afad57bbfebe9768f1d7c3eabc4c7849615d0788 Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Fri, 17 Jan 2025 06:20:27 -0800 Subject: [PATCH] Document missing flag in `make-upgrade-canister-proposal` --- .../sns/quill-sns-make-upgrade-canister-proposal.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cli-reference/sns/quill-sns-make-upgrade-canister-proposal.mdx b/docs/cli-reference/sns/quill-sns-make-upgrade-canister-proposal.mdx index 1669437..0df5a26 100644 --- a/docs/cli-reference/sns/quill-sns-make-upgrade-canister-proposal.mdx +++ b/docs/cli-reference/sns/quill-sns-make-upgrade-canister-proposal.mdx @@ -30,6 +30,7 @@ quill sns make-upgrade-canister-proposal --target-canister- | Option | Description | |---------------------------------------------|---------------------------------------------------------------------------------------| +| `--canister-upgrade-arg ` | Argument to post-upgrade method of the new canister WASM. | | `--canister-upgrade-arg-path ` | Path to the file containing argument to post-upgrade method of the new canister WASM. | | `--summary ` | Summary of the proposal. | | `--target-canister-id ` | Canister to be upgraded. |