summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-09-24 12:13:45 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-09-24 12:13:45 +0200
commit30d46afbaeb1539d250938f375553d8c496b06cf (patch)
tree1612f8df6b97693ca8208efe01e41a7952a4bdb3
parent50b50c99540b85b307bb0e0b169928594c088838 (diff)
downloadcmumble-30d46afbaeb1539d250938f375553d8c496b06cf.tar.gz
cmumble-30d46afbaeb1539d250938f375553d8c496b06cf.tar.bz2
cmumble-30d46afbaeb1539d250938f375553d8c496b06cf.zip
Rename ls commands to lu
-rw-r--r--src/commands.c2
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 },