From 3f4ec0d3ed9e5b96be523965192894de45c271e0 Mon Sep 17 00:00:00 2001 From: naskya Date: Tue, 2 Jul 2024 00:18:14 +0900 Subject: [PATCH] WIP --- fishctl/src/command/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishctl/src/command/mod.rs b/fishctl/src/command/mod.rs index 2d09edc..298dce0 100644 --- a/fishctl/src/command/mod.rs +++ b/fishctl/src/command/mod.rs @@ -29,7 +29,7 @@ struct Args { #[derive(Subcommand)] enum Commands { - /// Modify or check the config files + /// Update or check the config files #[command(subcommand)] Config(config::Commands),