refactor(cli): update get-proofs description

Former-commit-id: eb63447166
This commit is contained in:
vplasencia
2023-04-22 09:19:54 +02:00
parent aba7d51f86
commit 69b2b8fd7b

View File

@@ -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)