From 7e1a444e0fbb58b81a020df85fec5860d86122ee Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 17 Sep 2020 21:45:07 +0200 Subject: [PATCH] main: add missing parenthese --- src/bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index c41fc98d..a9924663 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -462,7 +462,7 @@ static Ecore_Getopt options = { ECORE_GETOPT_STORE_STR ('i', "icon-name", gettext_noop("Set icon name")), 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", gettext_noop("Split the terminal window." " 'v' for vertical and 'h' for horizontal."