mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user