Skip to content

Commit

Permalink
main.rs: tweak message shown when reading options from stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Oct 9, 2021
1 parent a8a3c02 commit d409281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ fn read_options_file_and_process(options_file_path: Option<&String>) -> i32 {
// Newbies are often confused by terms such as "standard input", so try
// to point them in the direction of what they probably want to do
println!(
"If you are not sure what this means or what to do now, you probably \
want to write and use an options file with PackSquash. Please check out \
<https://packsquash.page.link/Options-files> for more information."
"If you are not sure what this means, try using an external options \
file with PackSquash. Please check out <https://packsquash.page.link/Options-files> \
for examples and more information."
);
}
println!();
Expand Down

0 comments on commit d409281

Please sign in to comment.