From ffaf65808e3dc68ebaa3cf3ce726585624daf2f5 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 9 Aug 2012 15:55:25 +0200 Subject: main options --- src/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0fceffc0..3a37f067 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -63,7 +63,10 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) // Define the command line options using KCmdLineOptions KCmdLineOptions options; - // adding URL option + // adding options + options.add("incognito" , ki18n("Open in incognito mode")); + options.add("webapp=URL" , ki18n("Open URL as web app (in a simple window, as separate process)")); + options.add("window" , ki18n("Open a standalone window (i.e. WITHOUT the tabbar)")); options.add("+[URL]" , ki18n("Location to open")); // Register the supported options -- cgit v1.2.1