Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrsd committed Apr 6, 2024
1 parent 15158f0 commit 6f51a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn main() {
Ok(v) => v,
Err(err) => {
eprintln!(
"Error parsing input; are you sure it is valid JSON? Error: {}",
"Error parsing input; are you sure it is valid JSON/JSON lines? Error: {}",
err
);
std::process::exit(1);
Expand Down

0 comments on commit 6f51a35

Please # to comment.