eve: fix backing store option

Use --backing-store instead of "--backing store" which is really weird



SVN revision: 55537
This commit is contained in:
Lucas De Marchi 2010-12-13 14:18:50 +00:00
parent 0615847ff4
commit 57b1229646
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ static const Ecore_Getopt options = {
"disable touch interface handling of mouse events", 1),
ECORE_GETOPT_STORE_STR('U', "user-agent",
"user agent string to use. Special cases=iphone,safari,chrome,firefox,android,ie,ie9,ie8,ie7."),
ECORE_GETOPT_STORE_DEF_STR('B', "backing store",
ECORE_GETOPT_STORE_DEF_STR('B', "backing-store",
"backing store to use. single or tiled.", "single"),
ECORE_GETOPT_STORE_DEF_UINT('R', "rotate", "Screen Rotation in degrees", 0),
ECORE_GETOPT_VERSION('V', "version"),