From fbe0f4f9bdb68faa4df2db211844b3d8942a8333 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 10 Jul 2017 14:48:41 +0200 Subject: Change --full-screen to --fullscreen --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6c53756..9ac7748 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,7 @@ int main(int argc, char** argv) parser.addHelpOption(); parser.addPositionalArgument("url", "URL to load"); QCommandLineOption ignoreSsl("insecure", "Ignore SSL errors"); - QCommandLineOption fullscreen("full-screen", "Run browser in full screen"); + QCommandLineOption fullscreen("fullscreen", "Run browser in full screen"); parser.addOption(ignoreSsl); parser.addOption(fullscreen); parser.process(app); -- cgit v1.2.3-55-g7522