diff --git a/server/cmt_cmds.go b/server/cmt_cmds.go index 0b1c017ed5..2aa5d0ca55 100644 --- a/server/cmt_cmds.go +++ b/server/cmt_cmds.go @@ -367,7 +367,7 @@ func BootstrapStateCmd[T types.Application](appCreator types.AppCreator[T]) *cob Use: "bootstrap-state", Short: "Bootstrap CometBFT state at an arbitrary block height using a light client", Args: cobra.NoArgs, - Example: fmt.Sprintf("%s bootstrap-state --height 1000000", version.AppName), + Example: "bootstrap-state --height 1000000", RunE: func(cmd *cobra.Command, args []string) error { serverCtx := GetServerContextFromCmd(cmd) logger := log.NewLogger(cmd.OutOrStdout())