diff --git a/crates/aura-cli/src/main.rs b/crates/aura-cli/src/main.rs index 75ce59e..6212a43 100644 --- a/crates/aura-cli/src/main.rs +++ b/crates/aura-cli/src/main.rs @@ -3601,7 +3601,7 @@ fn run_dispatch(args: RunArgs) -> Result { /// The `aura` root parser. `#[command(version)]` reads `CARGO_PKG_VERSION` /// (the workspace `0.1.0`), so `aura --version` prints `aura 0.1.0`. #[derive(Parser)] -#[command(name = "aura", version, about = "A game engine for traders — research CLI", infer_long_args = true)] +#[command(name = "aura", version, about = "Author, backtest, and validate trading strategies — research CLI", infer_long_args = true)] struct Cli { #[command(subcommand)] command: Command,