diff options
Diffstat (limited to 'sesman/tools/sesadmin.c')
-rw-r--r-- | sesman/tools/sesadmin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/tools/sesadmin.c b/sesman/tools/sesadmin.c index 648598da..e4a1cc2b 100644 --- a/sesman/tools/sesadmin.c +++ b/sesman/tools/sesadmin.c @@ -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) |