mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
Merged revisions 58946 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58946 | tilghman | 2007-03-15 18:52:48 -0500 (Thu, 15 Mar 2007) | 2 lines Refashion dump command to match common syntax and update the resulting appdocs TeX file ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@58950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3058,8 +3058,8 @@ static int handle_show_application(int fd, int argc, char *argv[])
|
||||
|
||||
#ifdef AST_DEVMODE
|
||||
static char core_dumpappdocs_help[] =
|
||||
"Usage: core dumpappdocs [application]\n"
|
||||
" Dump Application documentation to \\tmp\\ast_appdocs.tex.\n";
|
||||
"Usage: core dump appdocs [application]\n"
|
||||
" Dump Application documentation to /tmp/ast_appdocs.tex.\n";
|
||||
|
||||
static int handle_core_dumpappdocs(int fd, int argc, char *argv[])
|
||||
{
|
||||
@@ -3781,8 +3781,8 @@ static struct ast_cli_entry pbx_cli[] = {
|
||||
show_application_help, complete_show_application },
|
||||
|
||||
#ifdef AST_DEVMODE
|
||||
{ { "core", "dumpappdocs", NULL },
|
||||
handle_core_dumpappdocs, "Dump App docs in LaTeX format",
|
||||
{ { "core", "dump", "appdocs", NULL },
|
||||
handle_core_dumpappdocs, "Dump application documentation in LaTeX format",
|
||||
core_dumpappdocs_help, NULL },
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user