We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bb9ba commit 17f98c7Copy full SHA for 17f98c7
src/cmd_line.rs
@@ -195,7 +195,7 @@ fn at_least_one_file(action: &Action) -> bool {
195
}
196
197
/// The error message if the command does not generate or validate files.
198
-const SOME_FILES: &str = "Specify at least one file to generate or validate.";
+const SOME_FILES: &str = "Specify at least one file to generate.";
199
200
/// Get command-line arguments as the `Cli` struct.
201
#[must_use]
0 commit comments