aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/stats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/client/stats.rs')
-rw-r--r--src/command/client/stats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/client/stats.rs b/src/command/client/stats.rs
index 157496de..a00eb369 100644
--- a/src/command/client/stats.rs
+++ b/src/command/client/stats.rs
@@ -13,7 +13,7 @@ use atuin_client::{
};
#[derive(Parser)]
-#[clap(infer_subcommands = true)]
+#[command(infer_subcommands = true)]
pub struct Cmd {
/// compute statistics for the specified period, leave blank for statistics since the beginning
period: Vec<String>,