use plural
This commit is contained in:
parent
055ee2ca64
commit
2b79bfbe18
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use std::{fs, io::Read, path::Path};
|
||||||
pub(crate) enum Commands {
|
pub(crate) enum Commands {
|
||||||
/// Convert old config files to the new format
|
/// Convert old config files to the new format
|
||||||
Update { revision: Option<Revision> },
|
Update { revision: Option<Revision> },
|
||||||
/// Validate the config file
|
/// Validate the config files
|
||||||
Validate,
|
Validate,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue