dont clash short options (short optiosn should allow multiple chars...
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 6 Aug 2012 00:06:13 +0000 (00:06 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 6 Aug 2012 00:06:13 +0000 (00:06 +0000)
grrrr. not very useful once u have lots of options)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@74890 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/main.c

index e7c59bf..f77a437 100644 (file)
@@ -211,7 +211,7 @@ static const Ecore_Getopt options = {
       ECORE_GETOPT_STORE_STR ('e', "exec",
                               "command to execute. "
                               "Defaults to $SHELL (or passwd shel or /bin/sh)"),
-      ECORE_GETOPT_STORE_STR ('C', "current-directory",
+      ECORE_GETOPT_STORE_STR ('d', "current-directory",
                               "Change to directory for execution of terminal command."),
       ECORE_GETOPT_STORE_STR ('t', "theme",
                               "Use the named edje theme or path to theme file."),
@@ -236,7 +236,7 @@ static const Ecore_Getopt options = {
                               "Set mute mode for video playback."),
       ECORE_GETOPT_STORE_BOOL('c', "cursor-blink",
                               "Set cursor blink mode."),
-      ECORE_GETOPT_STORE_BOOL('V', "visual-bell",
+      ECORE_GETOPT_STORE_BOOL('G', "visual-bell",
                               "Set visual bell mode."),
       ECORE_GETOPT_STORE_TRUE('F', "fullscreen",
                               "Go into the fullscreen mode from start."),