We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51c6b48 + 64214bb commit 6d15ea1Copy full SHA for 6d15ea1
packages/evmcrispr-terminal/src/utils/useTerminal.ts
@@ -24,7 +24,7 @@ export const useTerminal = () => {
24
const [code, setCode] = useCodeState(
25
`# Available commands:
26
27
-connect <dao> <...path> [@context:https://yoursite.com]
+connect <dao> <...path> [--context https://yoursite.com]
28
install <repo> [...initParams]
29
grant <entity> <app> <role> [permissionManager]
30
revoke <entity> <app> <role>
0 commit comments