docs outfile fix

This commit is contained in:
Jindra Petřík
2016-03-28 19:57:29 +02:00
parent db5c0ce680
commit f129a66d21

View File

@@ -2570,7 +2570,7 @@ public class CommandLineArgumentParser {
if (args.isEmpty() || out != null) {
badArguments("doc");
}
out = arg;
out = args.pop();
break;
case "-type":
if (args.isEmpty() || type != null) {