aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-27 01:08:11 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-27 01:08:11 +0000
commit3b0484f45b3b63714e8800d4ae48ac0f3b7baf4e (patch)
treec7db0d455d6a762c0387e533c605e1e70e5d4d47 /channels
parentc69e951d510af6042c0020fe72a0ae103d4c2492 (diff)
Merged revisions 144879 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r144879 | mvanbaak | 2008-09-27 02:49:24 +0200 (Sat, 27 Sep 2008) | 2 lines fix a couple of CLI commands that did not have a help description. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@144881 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 0b21723b0..67f7307bb 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -11897,6 +11897,7 @@ static char *handle_pri_show_debug(struct ast_cli_entry *e, int cmd, struct ast_
switch (cmd) {
case CLI_INIT:
e->command = "pri show debug";
+ e->usage = "Show the debug state of pri spans\n";
return NULL;
case CLI_GENERATE:
return NULL;
@@ -11930,6 +11931,7 @@ static char *handle_pri_version(struct ast_cli_entry *e, int cmd, struct ast_cli
switch (cmd) {
case CLI_INIT:
e->command = "pri show version";
+ e->usage = "Show libpri version information\n";
return NULL;
case CLI_GENERATE:
return NULL;
@@ -13470,6 +13472,7 @@ static char *handle_ss7_version(struct ast_cli_entry *e, int cmd, struct ast_cli
switch (cmd) {
case CLI_INIT:
e->command = "ss7 show version";
+ e->usage = "Show the libss7 version\n";
return NULL;
case CLI_GENERATE:
return NULL;