aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-18 21:21:44 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-18 21:21:44 +0000
commit6fff9b550d399a0dc205c6e2e4cfb37dd85ee782 (patch)
tree623887bc8ac47b404e21942e5cfd11d4baff22fd /channels/chan_dahdi.c
parent3624614b45d97fc893e15171c98bcfb2d52ad9d3 (diff)
Numerous documentation updates.
(closes issue #13970) Reported by: pkempgen Patches: __20081217_cli_usage_fixes.patch.txt uploaded by blitzrage (license 10) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@165792 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_dahdi.c')
-rw-r--r--channels/chan_dahdi.c20
1 files changed, 13 insertions, 7 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index b2ea67824..c4ac8506d 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -12030,7 +12030,9 @@ 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";
+ e->usage =
+ "Usage: pri show debug\n"
+ " Show the debug state of pri spans\n";
return NULL;
case CLI_GENERATE:
return NULL;
@@ -12064,7 +12066,9 @@ 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";
+ e->usage =
+ "Usage: pri show version\n"
+ "Show libpri version information\n";
return NULL;
case CLI_GENERATE:
return NULL;
@@ -12888,10 +12892,10 @@ static char *dahdi_set_dnd(struct ast_cli_entry *e, int cmd, struct ast_cli_args
e->command = "dahdi set dnd";
e->usage =
"Usage: dahdi set dnd <chan#> <on|off>\n"
- " Sets/resets DND (Do Not Disturb) mode on a channel.\n"
- " Changes take effect immediately.\n"
- " <chan num> is the channel number\n"
- " <on|off> Enable or disable DND mode?\n"
+ " Sets/resets DND (Do Not Disturb) mode on a channel.\n"
+ " Changes take effect immediately.\n"
+ " <chan num> is the channel number\n"
+ " <on|off> Enable or disable DND mode?\n"
;
return NULL;
case CLI_GENERATE:
@@ -13572,7 +13576,9 @@ 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";
+ e->usage =
+ "Usage: ss7 show version\n"
+ " Show the libss7 version\n";
return NULL;
case CLI_GENERATE:
return NULL;