diff --git a/src/main.cpp b/src/main.cpp index dfc4e346..e1a1b232 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -185,7 +185,6 @@ void fillCommandLineOptions(KCmdLineOptions& options) options.add("!e ", ki18n("Command to execute. This option will catch all following" " arguments, so use it as the last option.")); - options.add("+[args]", ki18n("Arguments passed to command")); options.add("", ki18n("Use --nofork to run in the foreground (helpful" " with the -e option).")); }