diff options
Diffstat (limited to 'src/command/client/search.rs')
| -rw-r--r-- | src/command/client/search.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/client/search.rs b/src/command/client/search.rs index fb3a1a39..7a4d365f 100644 --- a/src/command/client/search.rs +++ b/src/command/client/search.rs @@ -79,7 +79,8 @@ pub struct Cmd { #[arg(long)] delete: bool, - /// Available variables: {command}, {directory}, {duration}, {user}, {host} and {time}. + /// Available variables: {command}, {directory}, {duration}, {user}, {host}, {time}, {exit} and + /// {relativetime}. /// Example: --format "{time} - [{duration}] - {directory}$\t{command}" #[arg(long, short)] format: Option<String>, |
