Skip to content

Commit 17f98c7

Browse files
author
Marek Suchánek
committed
Remove a message that refers to the removed validation
1 parent c0bb9ba commit 17f98c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd_line.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ fn at_least_one_file(action: &Action) -> bool {
195195
}
196196

197197
/// 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.";
198+
const SOME_FILES: &str = "Specify at least one file to generate.";
199199

200200
/// Get command-line arguments as the `Cli` struct.
201201
#[must_use]

0 commit comments

Comments
 (0)