main: added more description for screen size option.

This commit is contained in:
Daniel Juyung Seo 2013-01-31 16:04:41 +09:00
parent c3aa8ae633
commit dffade7978
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ static const Ecore_Getopt options = {
ECORE_GETOPT_STORE_STR('t', "theme",
"Set the theme to load and parse."),
ECORE_GETOPT_STORE_TRUE('m', "mobile", "Set the mobile view."),
ECORE_GETOPT_STORE_STR('s', "screensize", "Set the screen size"),
ECORE_GETOPT_STORE_STR('s', "screensize", "Set the screen size in "
"WIDTHxHEIGHT format. (300x500)"),
ECORE_GETOPT_VERSION ('V', "version"),
ECORE_GETOPT_COPYRIGHT('C', "copyright"),
ECORE_GETOPT_LICENSE ('L', "license"),