diff --git a/app/main.cpp b/app/main.cpp index 1e50efcbb..213abfb18 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -70,11 +70,11 @@ int main(int argc, char **argv) parser.addHelpOption(); parser.addVersionOption(); parser.addOptions({ - {{"r", "replace"}, i18nc("command line", "Replace the current dock instance")} - , {{"d", "debug"}, i18nc("command line", "Show the debugging messages on stdout")} - , {"mask", i18nc("command line" , "Show messages of debugging for the mask (Only useful to devs)")} - , {"graphics", i18nc("command line", "Draw boxes around of the applets")} - , {"with-window", i18nc("command line", "Open a window with much debug information")} + {{"r", "replace"}, i18nc("command line", "Replace the current dock instance.")} + , {{"d", "debug"}, i18nc("command line", "Show the debugging messages on stdout.")} + , {"mask", i18nc("command line" , "Show messages of debugging for the mask (Only useful to devs).")} + , {"graphics", i18nc("command line", "Draw boxes around of the applets.")} + , {"with-window", i18nc("command line", "Open a window with much debug information.")} }); parser.process(app);