From 42304223a327535c0492d14119cb2480f0d7f5b9 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 27 Mar 2013 21:44:39 +0900 Subject: [PATCH] main: added a space for documentation. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 94f132e..50b70e5 100644 --- a/src/main.c +++ b/src/main.c @@ -24,7 +24,7 @@ static const Ecore_Getopt options = { ECORE_GETOPT_STORE_TRUE('F', "fullscreen", "Go into the fullscreen mode from start."), ECORE_GETOPT_STORE_TRUE('T', "tizen", - "Run as a Tizen platform mode. Use Tizen" + "Run as a Tizen platform mode. Use Tizen " "internal styles"), ECORE_GETOPT_VERSION ('V', "version"), ECORE_GETOPT_COPYRIGHT('C', "copyright"),