Skip to content

Commit

Permalink
improved error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Mar 5, 2018
1 parent 868342c commit 7b18daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.new
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Lmod 7.7+
(7.7.16) Issue #346: do not use "ls" to get the list of directories when dealing with .modulepath
Issue #347: Just skip parsing "whole" if it is not a string (settarg)
Issue #348: Do not double the colon when the original was a single colon
(7.7.17) Change ml so that ml av --terse is an error.
(7.7.18) Change ml so that ml av --terse is an error.

2 changes: 1 addition & 1 deletion messageDir/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ return {
]==],
ml_2many = "ml error: too many commands\n",

ml_misplaced_opt = [==[ml error: misplaced option: \"%{opt}\"
ml_misplaced_opt = [==[ml error: misplaced option: "%{opt}"
Try ml --help for usage.
]==],

Expand Down

0 comments on commit 7b18daa

Please sign in to comment.