use plural

This commit is contained in:
naskya 2024-06-21 05:01:57 +09:00
parent 055ee2ca64
commit 2b79bfbe18
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -12,7 +12,7 @@ use std::{fs, io::Read, path::Path};
pub(crate) enum Commands {
/// Convert old config files to the new format
Update { revision: Option<Revision> },
/// Validate the config file
/// Validate the config files
Validate,
}