diff --git a/src/command/config.rs b/src/command/config.rs index d2c45fe..d5ae7fb 100644 --- a/src/command/config.rs +++ b/src/command/config.rs @@ -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 }, - /// Validate the config file + /// Validate the config files Validate, }