validate -> check

This commit is contained in:
naskya 2024-07-01 14:18:24 +09:00
parent 61784a9b96
commit dfa162e021
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -29,7 +29,7 @@ struct Args {
#[derive(Subcommand)] #[derive(Subcommand)]
enum Commands { enum Commands {
/// Modify or validate the config files /// Modify or check the config files
#[command(subcommand)] #[command(subcommand)]
Config(config::Commands), Config(config::Commands),