e_info: change the none into the no 29/199229/1 accepted/tizen/unified/20190208.061652 submit/tizen/20190207.124403
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 7 Feb 2019 10:38:32 +0000 (19:38 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 7 Feb 2019 10:39:23 +0000 (19:39 +0900)
Change-Id: Iab1b081a56cee59182beae26b5d45671721e2113

src/bin/e_info_client.c

index a4c045c..b21ae8d 100644 (file)
@@ -4990,7 +4990,7 @@ _e_info_client_proc_hwc_wins(int argc, char **argv)
           cmd = E_HWC_WINS_DEBUG_CMD_CS;
         else if (eina_streq(argv[2], "vd"))
           cmd = E_HWC_WINS_DEBUG_CMD_VD;
-        else if (eina_streq(argv[2], "none"))
+        else if (eina_streq(argv[2], "no"))
           cmd = E_HWC_WINS_DEBUG_CMD_NO;
         else if (eina_streq(argv[2], "queue"))
           cmd = E_HWC_WINS_DEBUG_CMD_QUEUE;