diff --git a/rust/agama-cli/src/logs.rs b/rust/agama-cli/src/logs.rs index 46cc1b97cc..00e48a2002 100644 --- a/rust/agama-cli/src/logs.rs +++ b/rust/agama-cli/src/logs.rs @@ -20,7 +20,7 @@ pub enum LogsCommands { /// Verbose output verbose: bool, #[clap(long, short = 'd')] - /// Path to destination directory. Optionally with the archive file name at the end. + /// Path to destination directory. Optionally with the archive file name at the end. /// An extension will be appended automatically depending on used compression. dest: Option, },