Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Dec 12, 2020
1 parent ded7e42 commit d91c315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exp/services/captivecore/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func main() {
OptType: types.Uint32,
FlagDefault: uint32(64),
Required: false,
Usage: "establishes how many ledgers exist between checkpoints, do NOT change this if you really know what you are doing",
Usage: "establishes how many ledgers exist between checkpoints, do NOT change this unless you really know what you are doing",
},
}
cmd := &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion services/horizon/internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func Flags() (*Config, support.ConfigOptions) {
OptType: types.Uint32,
FlagDefault: uint32(64),
Required: false,
Usage: "establishes how many ledgers exist between checkpoints, do NOT change this if you really know what you are doing",
Usage: "establishes how many ledgers exist between checkpoints, do NOT change this unless you really know what you are doing",
},
}

Expand Down

0 comments on commit d91c315

Please sign in to comment.