We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87ac41b + 6c50a41 commit 52ac783Copy full SHA for 52ac783
src/arguments.rs
@@ -86,7 +86,7 @@ pub fn parse_arguments(args: &[String]) -> Command {
86
}
87
88
if arguments.files.is_empty() {
89
- return Command::Error("Must provide one or more C/C++ files".to_string());
+ return Command::Error("Must provide one or more Python files".to_string());
90
91
92
"--query" | "-q" => {
@@ -162,7 +162,7 @@ pub fn parse_arguments(args: &[String]) -> Command {
162
163
164
165
- return Command::Error("Must provide one or more LLVM IR or BC files".to_string());
166
167
168
if let Some(script_file) = optional_script_file {
0 commit comments