Skip to content
Snippets Groups Projects
Commit cb35b9db authored by Nubben's avatar Nubben
Browse files

Small fixes

parent 8dbbb86e
No related branches found
No related tags found
No related merge requests found
#include "graphics/opengl/Window.h"
#include "html/HTMLParser.h"
#include "html/TagNode.h"
#include "html/TextNode.h"
#include "networking/HTTPRequest.h"
#include "networking/HTTPResponse.h"
#include <ctime>
#include <iostream>
#include <memory>
#include "StringUtils.h"
#include "WebResource.h"
#include "CommandLineParams.h"
#include "URL.h"
......@@ -43,7 +37,7 @@ void navTo(std::string url) {
int main(int argc, char *argv[]) {
if (argc == 1) {
std::cout << "./netrunner <url|file.html>" << std::endl;
std::cout << "./netrunner <url|file.html> [-log <error|warning|info|debug>]" << std::endl;
return 1;
}
std::cout << "/g/ntr - NetRunner build " << __DATE__ << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment