aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-27 00:49:24 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-27 00:49:24 +0000
commit38c229a3bc4261be3dc317549134490f2059b9d6 (patch)
tree4dcdd32646616d4c240cc8dd324dd852254b6dbd /channels/chan_dahdi.c
parent54653dc385a7f58191b52aee88dd834ff75d3cde (diff)
fix a couple of CLI commands that did not have a help description.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@144879 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_dahdi.c')
-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 25e76b5af..0c8cbead5 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -11884,6 +11884,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;
@@ -11917,6 +11918,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;
@@ -13451,6 +13453,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;