diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e70d1ee830..b2b8c4b7c7 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -12213,8 +12213,8 @@ static char *sip_show_history(struct ast_cli_entry *e, int cmd, struct ast_cli_a case CLI_INIT: e->command = "sip show history"; e->usage = - "Usage: sip show history \n" - " Provides detailed dialog history on a given SIP channel.\n"; + "Usage: sip show history \n" + " Provides detailed dialog history on a given SIP call (specified by call-hid).\n"; return NULL; case CLI_GENERATE: return complete_sip_show_history(a->line, a->word, a->pos, a->n);