summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-03-16 00:04:00 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-03-16 00:04:00 +0000
commit433a7a721c4c79102402ecbea769eb396bb34c9c (patch)
tree483023c67e87a4a7dd765b65accfadee1403bf34 /main/pbx.c
parent8c4c5d9910e5f1dba06337c85a622f86d7e5df7d (diff)
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
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 4f36b81f3..7d716b2ed 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -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