aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atuin/src/command/client/history.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin/src/command/client/history.rs b/atuin/src/command/client/history.rs
index b33591b7..1321a61b 100644
--- a/atuin/src/command/client/history.rs
+++ b/atuin/src/command/client/history.rs
@@ -51,7 +51,7 @@ pub enum Cmd {
#[arg(long)]
cmd_only: bool,
- /// Available variables: {command}, {directory}, {duration}, {user}, {host} and {time}.
+ /// Available variables: {command}, {directory}, {duration}, {user}, {host}, {exit} and {time}.
/// Example: --format "{time} - [{duration}] - {directory}$\t{command}"
#[arg(long, short)]
format: Option<String>,