diff --git a/atuin/src/command/client/history.rs b/atuin/src/command/client/history.rs index b33591b..1321a61 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,