You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/bootstrap/cmd/keygen.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ func init() {
104
104
105
105
// optional parameters, used for generating machine account files
106
106
keygenCmd.Flags().BoolVar(&flagDefaultMachineAccount, "machine-account", false, "whether or not to generate a default (same as networking key) machine account key file")
107
-
keygenCmd.Flags().StringVar(&flagRootChain, "root-chain", "local", "chain ID for the root block (can be 'main', 'test', 'canary', 'bench', or 'local'")
107
+
keygenCmd.Flags().StringVar(&flagRootChain, "root-chain", "local", "chain ID for the root block (can be 'main', 'test', 'staging', 'bench', or 'local'")
108
108
}
109
109
110
110
// isEmptyDir returns True if the directory contains children
0 commit comments