Skip to content

Commit

Permalink
change comment for modify flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Jun 20, 2024
1 parent a5284e7 commit fd4ba61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ start-stress-test: zetanode
@echo "--> Starting stress test"
cd contrib/localnet/ && $(DOCKER) compose -f docker-compose.yml -f docker-compose-stresstest.yml up -d

#TODO: replace OLD_VERSION with v16 tag once its available
zetanode-upgrade: zetanode
@echo "Building zetanode-upgrade"
$(DOCKER) build -t zetanode:old -f Dockerfile-localnet --target old-runtime --build-arg OLD_VERSION='release/v17' .
Expand Down
2 changes: 1 addition & 1 deletion cmd/zetacored/parse_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func CmdParseGenesisFile() *cobra.Command {
return nil
},
}
cmd.PersistentFlags().Bool("modify", false, "Modify the genesis file before importing")
cmd.PersistentFlags().Bool("modify", false, "modify the genesis file before importing")
return cmd
}

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/zetacored/zetacored_parse-genesis-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ zetacored parse-genesis-file [import-genesis-file] [optional-genesis-file] [flag

```
-h, --help help for parse-genesis-file
--modify Modify the genesis file before importing
--modify modify the genesis file before importing
```

### Options inherited from parent commands
Expand Down

0 comments on commit fd4ba61

Please sign in to comment.