Skip to content

Commit b24f7cc

Browse files
sukantoraymondgithub-actions[bot]
authored andcommitted
update flag
1 parent 094d705 commit b24f7cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/blockchaincmd/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ configuration, pass the -f flag.`,
110110
cmd.Flags().StringVar(&customVMRepoURL, "custom-vm-repo-url", "", "custom vm repository url")
111111
cmd.Flags().StringVar(&customVMBranch, "custom-vm-branch", "", "custom vm branch or commit")
112112
cmd.Flags().StringVar(&customVMBuildScript, "custom-vm-build-script", "", "custom vm build-script")
113-
cmd.Flags().BoolVar(&useRepo, "from-github-repo", false, "generate custom VM binary from github repository")
113+
cmd.Flags().BoolVar(&useRepo, "from-github-repos", false, "generate custom VM binary from github repository")
114114
cmd.Flags().BoolVar(&createFlags.useWarp, "warp", true, "generate a vm with warp support (needed for ICM)")
115115
cmd.Flags().BoolVar(&createFlags.useICM, "teleporter", false, "interoperate with other blockchains using ICM")
116116
cmd.Flags().BoolVar(&createFlags.useICM, "icm", false, "interoperate with other blockchains using ICM")

cmd/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ avalanche blockchain create [subcommand] [flags]
299299
--evm-token string token symbol to use with Subnet-EVM
300300
--external-gas-token use a gas token from another blockchain
301301
-f, --force overwrite the existing configuration if one exists
302-
--from-github-repo generate custom VM binary from github repository
302+
--from-github-repos generate custom VM binary from github repository
303303
--genesis string file path of genesis to use
304304
-h, --help help for create
305305
--icm interoperate with other blockchains using ICM

0 commit comments

Comments
 (0)