Added missing 'port' option to filserver example.

This commit is contained in:
Nathan Osman
2015-07-09 22:36:46 -07:00
parent ae2f14c9eb
commit 696e7d8e8d

View File

@@ -49,6 +49,7 @@ int main(int argc, char * argv[])
"port",
"8000"
);
parser.addOption(portOption);
QCommandLineOption dirOption(
QStringList() << "d" << "directory",
"directory to serve",