Merge pull request #565 from proski/sesadmin

xrdp-sesman: fix help text to match the manual and the actual behavior
master
metalefty 8 years ago committed by GitHub
commit 44e1350650

@ -183,8 +183,8 @@ void cmndHelp()
fprintf(stderr, "-i=<port> : sesman port (default 3350)\n");
fprintf(stderr, "-c=<command> : command to execute on the server [MANDATORY]\n");
fprintf(stderr, " it can be one of those:\n");
fprintf(stderr, " LIST\n");
fprintf(stderr, " KILL:<sid>\n");
fprintf(stderr, " list\n");
fprintf(stderr, " kill:<sid>\n");
}
void cmndList(struct SCP_CONNECTION *c)

Loading…
Cancel
Save