billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=7e1a444e0fbb58b81a020df85fec5860d86122ee
commit 7e1a444e0fbb58b81a020df85fec5860d86122ee Author: Boris Faure <bill...@gmail.com> Date: Thu Sep 17 21:45:07 2020 +0200 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 c41fc98..a992466 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." --