reload documentation, don't display res in app_test...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3718 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-09-03 14:02:12 +00:00
parent 1e2db0e885
commit eb57ea95d6
3 changed files with 12 additions and 8 deletions

6
cli.c
View File

@@ -82,9 +82,9 @@ static char chanlist_help[] =
" a more easily machine parsable format\n";
static char reload_help[] =
"Usage: reload\n"
" Reloads configuration files for all modules which support\n"
" reloading.\n";
"Usage: reload [module ...]\n"
" Reloads configuration files for all listed modules which support\n"
" reloading, or for all supported modules if none are listed.\n";
static char set_verbose_help[] =
"Usage: set verbose <level>\n"