Skip to content

Commit

Permalink
Merge pull request #411 from EwaMarek/master
Browse files Browse the repository at this point in the history
make error message more informative
  • Loading branch information
pjotrp committed Sep 19, 2019
2 parents 8fc9a37 + fc3c177 commit 47dcf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sambamba/sort.d
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ size_t parseMemory(string str) {
case "GB":
return sz * 1_000_000_000;
default:
throw new Exception("couldn't parse ", initial_str);
throw new Exception("couldn't parse --memory-limit option ", initial_str);
}
}

Expand Down

0 comments on commit 47dcf68

Please sign in to comment.