From 2b79bfbe186a9f4be96dff233200323c28e3afe8 Mon Sep 17 00:00:00 2001 From: naskya Date: Fri, 21 Jun 2024 05:01:57 +0900 Subject: [PATCH] use plural --- src/command/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }