diff --git a/src/main.cpp b/src/main.cpp index 437bc42..69b0692 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -62,7 +62,7 @@ static const TDECmdLineOptions options[] = { "q", I18N_NOOP("Disable ballooning title changes (quiet)"), 0L }, { "t", I18N_NOOP("Remove this application from the task bar"), 0L }, { "w wid", I18N_NOOP("Window id of the application to dock"), 0L }, - { "+[command ]", I18N_NOOP("Application to dock"), 0 }, + { "!+[command ]", I18N_NOOP("Application to dock"), 0 }, TDECmdLineLastOption };