dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.

Home Page:https://internetcomputer.org/developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

help text for `dfx canister info --help` says "controller" (singular)

ggreif opened this issue · comments

should be

Get the hash of a canister’s WASM module and its current controllers

currently says

Get the hash of a canister’s WASM module and its current controller

I guess this didn't get updated when the multiple-controllers feature got implemented