From 7a5a202cf878f6d2da070442b8f35d1e8bee573d Mon Sep 17 00:00:00 2001 From: Michal Filka Date: Wed, 1 Nov 2023 10:16:50 +0100 Subject: [PATCH] Formatting --- rust/agama-cli/src/logs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },