validate -> check
This commit is contained in:
parent
61784a9b96
commit
dfa162e021
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in a new issue