diff options
Diffstat (limited to 'src/commands.c')
-rw-r--r-- | src/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.c b/src/commands.c index 656869c..e8ad9d6 100644 --- a/src/commands.c +++ b/src/commands.c @@ -46,7 +46,7 @@ help(struct cmumble_context *ctx) } static const struct cmumble_command commands[] = { - { "ls", list_users, "list users" }, + { "lu", list_users, "list users" }, { "clear", clear, "clear screen" }, { "help", help, "show this help" }, { "quit", quit, "quit " PACKAGE }, |