From dfa162e02140262c61f292a92a59d2200f0769dd Mon Sep 17 00:00:00 2001 From: naskya Date: Mon, 1 Jul 2024 14:18:24 +0900 Subject: [PATCH] validate -> check --- 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 6162188..2d09edc 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 validate the config files + /// Modify or check the config files #[command(subcommand)] Config(config::Commands),