From 03b6bdfaa61238c869b2801ebd95b33730929d33 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Sat, 25 Oct 2025 22:46:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(cli):=20improve=20config=20?= =?UTF-8?q?subcommand=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - clarify the purpose of the config subcommand - correct spelling error: "behaviour" --- src/cli/rules_cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/rules_cli.rs b/src/cli/rules_cli.rs index c8e64d4..4cd765d 100644 --- a/src/cli/rules_cli.rs +++ b/src/cli/rules_cli.rs @@ -139,7 +139,7 @@ enum SubCmds { /// - **Action setting**: Specify trash or delete actions /// - **Rule modification**: Update existing rule parameters /// - /// The config subcommand enables fine-grained control over rule behavior + /// The config subcommand enables fine-grained control over rule behaviour /// and provides validation to ensure rules are properly configured /// before execution. #[clap(name = "config")]