summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMichiel van Baak <michiel@vanbaak.info>2008-09-27 00:49:24 +0000
committerMichiel van Baak <michiel@vanbaak.info>2008-09-27 00:49:24 +0000
commitf1b673eef0471fa17b4149aec92a3a10e76ff5b2 (patch)
tree4dcdd32646616d4c240cc8dd324dd852254b6dbd /channels
parent58d92c71a42bd4e03e8e2c46ac1f6400cb20e2c7 (diff)
fix a couple of CLI commands that did not have a help description.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144879 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 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;