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

This commit is contained in:
Carsten Haitzler 2017-03-29 16:28:21 +09:00
parent 010f4bbab7
commit 2be8857184
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,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 if (strcmp(type_choice, "mcast") == 0)
type = ECORE_CON_REMOTE_MCAST;