fix for a getopt regression in 2.071

This commit is contained in:
Basile Burg 2016-04-12 11:06:20 +02:00
parent ac5fa27f88
commit 9fe1545de2
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ void main(string[] args)
{
// format
bool asJson;
getopt(args, std.getopt.config.passThrough, 'j', &asJson);
getopt(args, std.getopt.config.passThrough, "j", &asJson);
// get either the module from stdin or from first arg
string fname;

@ -1 +1 @@
Subproject commit 6a42726a7b8286df19db561a2f35f75d8c4a9e77
Subproject commit a03641db1bfa109d860eeb6e2ffdf3c81fd9e712