main: add missing parenthese

This commit is contained in:
Boris Faure 2020-09-17 21:45:07 +02:00
parent 3c8d6f890a
commit 7e1a444e0f
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ static Ecore_Getopt options = {
ECORE_GETOPT_STORE_STR ('i', "icon-name", ECORE_GETOPT_STORE_STR ('i', "icon-name",
gettext_noop("Set icon name")), gettext_noop("Set icon name")),
ECORE_GETOPT_STORE_STR ('f', "font", ECORE_GETOPT_STORE_STR ('f', "font",
gettext_noop("Set font (NAME/SIZE for scalable, NAME for bitmap")), gettext_noop("Set font (NAME/SIZE for scalable, NAME for bitmap)")),
ECORE_GETOPT_STORE_STR ('S', "split", ECORE_GETOPT_STORE_STR ('S', "split",
gettext_noop("Split the terminal window." gettext_noop("Split the terminal window."
" 'v' for vertical and 'h' for horizontal." " 'v' for vertical and 'h' for horizontal."