Skip to content

Commit

Permalink
Adjust help text
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 committed Dec 12, 2024
1 parent 7ee9d5e commit 41799bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/subcommands/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fn get_subcommands() -> Vec<Command> {
.arg(
Arg::new("data_dir")
.long("data-dir")
.help("The path to the data directory for the database")
.help("The path to the server data directory to clear [default: that of the selected spacetime instance]")
.value_parser(clap::value_parser!(ServerDataDir)),
)
.arg(common_args::yes()),
Expand Down

0 comments on commit 41799bb

Please sign in to comment.