Skip to content

Commit

Permalink
improved flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
João Sousa authored and João Sousa committed Feb 28, 2024
1 parent 8db2342 commit 02dfddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/axelard/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {

starterFlags := func(startCmd *cobra.Command) {
crisis.AddModuleInitFlags(startCmd)
startCmd.Flags().String(wasmDirFlag, "", "path to the wasm directory, default option stores it under the home/db_dir")
startCmd.Flags().String(wasmDirFlag, "", "path to the wasm directory, by default set to 'wasm' directory inside the '--db_dir' directory")
}

server.AddCommands(rootCmd, app.DefaultNodeHome, newApp, export(encodingConfig), starterFlags)
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/axelard_start.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02dfddc

Please sign in to comment.