fix ecore con client exmaple to match cmdline help output for options
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 29 Mar 2017 07:49:03 +0000 (16:49 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 29 Mar 2017 07:49:03 +0000 (16:49 +0900)
src/examples/ecore/ecore_con_client_example.c

index 781dff6..879e220 100644 (file)
@@ -293,7 +293,7 @@ main(int argc, char *argv[])
      }
    else if (strcmp(type_choice, "local-user") == 0)
      type = ECORE_CON_LOCAL_USER;
-   else if (strcmp(type_choice, "system") == 0)
+   else if (strcmp(type_choice, "local-system") == 0)
      type = ECORE_CON_LOCAL_SYSTEM;
    else
      {