Skip to content

Commit

Permalink
Add comment about --show-output option
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed May 22, 2018
1 parent 556788c commit e6d31f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hyperfine/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ pub fn time_shell_command(
return Err(io::Error::new(
io::ErrorKind::Other,
"Command terminated with non-zero exit code. \
Use the '-i'/'--ignore-failure' option if you want to ignore this.",
Use the '-i'/'--ignore-failure' option if you want to ignore this. \
Alternatively, use the '--show-output' option to debug what went wrong.",
));
}

Expand Down

0 comments on commit e6d31f5

Please sign in to comment.