punctuation marks.

pull/1/head
Johan Smith Agudelo Rodriguez 8 years ago
parent 1ba8a62e07
commit 0e728b558d

@ -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);

Loading…
Cancel
Save