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)]
|
#[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),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue