Skip to content

Commit 46c2b79

Browse files
committed
fix: don't use `'' in arg description
1 parent a79a0f5 commit 46c2b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
var cli struct {
19-
NodeKeyPath string `kong:"optional,env='NODE_KEY_PATH',help='Path to the node key. If set and key doesn't exists there it gets created. If not set, a new key will be generated'"`
19+
NodeKeyPath string `kong:"optional,env='NODE_KEY_PATH',help='Path to the node key. If set and key doesn not exists there it gets created. If not set, a new key will be generated'"`
2020
WormholeEnv string `kong:"optional,env='WORMHOLE_ENV',help='Wormhole environment (may be \"testnet\" or \"mainnet\") required if WORMHOLE_NETWORK_ID and WORMHOLE_BOOTSTRAP is not set'"`
2121
WormholeNetworkID string `kong:"optional,env='WORMHOLE_NETWORK_ID',help='Wormhole network ID, required if WORMHOLE_ENV is not set'"`
2222
WormholeBootstrap string `kong:"optional,env='WORMHOLE_BOOTSTRAP',help='Bootstrap nodes to connect to. Required if WORMHOLE_ENV is not set'"`

0 commit comments

Comments
 (0)