mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-10 23:28:17 -05:00
refactor(cli): update get-proofs description
Former-commit-id: eb63447166
This commit is contained in:
@@ -269,7 +269,7 @@ program
|
||||
|
||||
program
|
||||
.command("get-proofs")
|
||||
.description("Get the proofs from a supported network (e.g. goerli or arbitrum).")
|
||||
.description("Get the proofs of a group from a supported network (e.g. goerli or arbitrum).")
|
||||
.argument("[group-id]", "Identifier of the group.")
|
||||
.option("-n, --network <network-name>", "Supported Ethereum network.")
|
||||
.allowExcessArguments(false)
|
||||
|
||||
Reference in New Issue
Block a user