Index: app_queue.c =================================================================== --- app_queue.c (revision 396902) +++ app_queue.c (working copy) @@ -9012,8 +9012,8 @@ case CLI_INIT: e->command = "queue add member"; e->usage = - "Usage: queue add member to [[[penalty ] as ] state_interface ]\n" - " Add a channel to a queue with optionally: a penalty, membername and a state_interface\n"; + "Usage: queue add member to [[[penalty ] as ] state_interface ]\n" + " Add a dial string (Such as a channel,e.g. SIP/6001) to a queue with optionally: a penalty, membername and a state_interface\n"; return NULL; case CLI_GENERATE: return complete_queue_add_member(a->line, a->word, a->pos, a->n);