aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_oss.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_oss.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_oss.c')
-rw-r--r--channels/chan_oss.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index b3f0f71bc..c44d3d845 100644
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -877,8 +877,9 @@ static char *console_cmd(struct ast_cli_entry *e, int cmd, struct ast_cli_args *
switch (cmd) {
case CLI_INIT:
e->command = CONSOLE_VIDEO_CMDS;
- e->usage = "Usage: " CONSOLE_VIDEO_CMDS "...\n"
- " Generic handler for console commands.\n";
+ e->usage =
+ "Usage: " CONSOLE_VIDEO_CMDS "...\n"
+ " Generic handler for console commands.\n";
return NULL;
case CLI_GENERATE: