From 69bef6678afa25f37e5621f7bd197f21a4b8ac97 Mon Sep 17 00:00:00 2001
From: Martin Pycko <martinp@digium.com>
Date: Mon, 17 Nov 2003 23:53:22 +0000
Subject: [PATCH] Fix a typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1761 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 pbx/pbx_config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index c09677a020..89ad44afea 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -95,7 +95,7 @@ static char reload_extensions_help[] =
 "Usage: reload extensions.conf without reloading any other modules\n"
 "       This command does not delete global variables\n"
 "\n"
-"Example: reload extensions\n";
+"Example: extensions reload\n";
 
 /*
  * Implementation of functions provided by this module
-- 
GitLab