fix ecore con client exmaple to match cmdline help output for options

This commit is contained in:
Carsten Haitzler 2017-03-29 16:49:03 +09:00
parent 2be8857184
commit 9fb1d8418b
1 changed files with 1 additions and 1 deletions

View 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
{