diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 07963467..c54e5bd2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -65,8 +65,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) // 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("webapp" , ki18n("Open URL as web app (in a simple window)")); options.add("+[URL]" , ki18n("Location to open")); // Register the supported options |