Skip to content

Commit 9dde336

Browse files
committed
fixed error out with command line parser
1 parent e255076 commit 9dde336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msmc.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void main(string[] args) {
9191
parseCommandLine(args);
9292
}
9393
catch(Exception e) {
94-
stderr.writeln("error in parsing command line: ", e);
94+
stderr.writeln("error in parsing command line: ", e.msg);
9595
exit(0);
9696
}
9797
run();

0 commit comments

Comments
 (0)