mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Numerous documentation updates.
(closes issue #13970) Reported by: pkempgen Patches: __20081217_cli_usage_fixes.patch.txt uploaded by blitzrage (license 10) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165792 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user