summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-10-20 09:12:13 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commite33410d3b55ce3143343dfde5132dade7e3bd24e (patch)
treeba2620411996bfedfe21378fbd239ac610938b45 /src/main.cpp
parentFix url choice by up/down keys (diff)
downloadrekonq-e33410d3b55ce3143343dfde5132dade7e3bd24e.tar.xz
Enable incognito mode by calling "rekonq --incognito URL" :)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
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