Skip to content

Commit

Permalink
Remove a message that refers to the removed validation
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Jun 5, 2024
1 parent c0bb9ba commit 17f98c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd_line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ fn at_least_one_file(action: &Action) -> bool {
}

/// The error message if the command does not generate or validate files.
const SOME_FILES: &str = "Specify at least one file to generate or validate.";
const SOME_FILES: &str = "Specify at least one file to generate.";

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

0 comments on commit 17f98c7

Please sign in to comment.