about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-07-03 21:23:55 +0100
committerJames Booth <boothj5@gmail.com>2013-07-03 21:23:55 +0100
commit27a8d4a7cb4830dcf1d9a820612fc06832580b29 (patch)
tree2c569ce2d04b7e381d8e3c7b024462f653f04fea /src
parent976728ef7a45c5bae438bec8b0c619fecffd8beb (diff)
parent817857e4c0d986226b7c213debca9de4f32e979a (diff)
downloadprofani-tty-27a8d4a7cb4830dcf1d9a820612fc06832580b29.tar.gz
Merge branch 'master' into nextdev
Diffstat (limited to 'src')
-rw-r--r--src/command/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 4af0da96..63d003f4 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -870,7 +870,7 @@ cmd_init(void)
     autocomplete_add(help_ac, strdup("chatting"));
     autocomplete_add(help_ac, strdup("groupchat"));
     autocomplete_add(help_ac, strdup("presence"));
-    autocomplete_add(help_ac, strdup("roster"));
+    autocomplete_add(help_ac, strdup("contacts"));
     autocomplete_add(help_ac, strdup("service"));
     autocomplete_add(help_ac, strdup("settings"));
     autocomplete_add(help_ac, strdup("other"));
@@ -1739,7 +1739,7 @@ _cmd_help(gchar **args, struct cmd_help_t help)
             "/xa" };
         _cmd_show_filtered_help("Presence commands", filter, ARRAY_SIZE(filter));
 
-    } else if (strcmp(args[0], "roster") == 0) {
+    } else if (strcmp(args[0], "contacts") == 0) {
         gchar *filter[] = { "/group", "/roster", "/sub", "/who" };
         _cmd_show_filtered_help("Roster commands", filter, ARRAY_SIZE(filter));