diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-09-24 12:13:45 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-09-24 12:13:45 +0200 |
commit | 30d46afbaeb1539d250938f375553d8c496b06cf (patch) | |
tree | 1612f8df6b97693ca8208efe01e41a7952a4bdb3 /src | |
parent | 50b50c99540b85b307bb0e0b169928594c088838 (diff) | |
download | cmumble-30d46afbaeb1539d250938f375553d8c496b06cf.tar.gz cmumble-30d46afbaeb1539d250938f375553d8c496b06cf.tar.bz2 cmumble-30d46afbaeb1539d250938f375553d8c496b06cf.zip |
Rename ls commands to lu
Diffstat (limited to 'src')
-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 }, |