Skip to content

Commit

Permalink
apps/cli: update default data dirs in cli help
Browse files Browse the repository at this point in the history
The CLI help needs to reflect the updated default data dirs.
  • Loading branch information
juped committed May 13, 2023
1 parent eddc321 commit 87a9294
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/src/lib/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1730,9 +1730,10 @@ pub mod args {
configuration and state is stored. This value can also \
be set via `NAMADA_BASE_DIR` environment variable, but \
the argument takes precedence, if specified. Defaults to \
`$XDG_DATA_HOME/com.heliax.namada` or \
`$HOME/.local/share/com.heliax.namada` depending on the \
operating system (former is linux, latter is osx).",
`$XDG_DATA_HOME/namada` (`$HOME/.local/share/namada` \
where `XDG_DATA_HOME` is unset) on Unix,\
`$HOME/Library/Application Support/Namada` on Mac,\
and `%AppData%\\Namada` on Windows.",
))
.arg(WASM_DIR.def().about(
"Directory with built WASM validity predicates, \
Expand Down

0 comments on commit 87a9294

Please sign in to comment.