From 09d28140599031e67d8c563c92cfb5df93d0a60d Mon Sep 17 00:00:00 2001
From: Sean Bright <sean@malleable.com>
Date: Sun, 9 Nov 2008 16:30:29 +0000
Subject: [PATCH] Fix this as well.  Pointed out by tzafrir.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@155671 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/chan_dahdi.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample
index 839300a9ae..01da859c95 100644
--- a/configs/chan_dahdi.conf.sample
+++ b/configs/chan_dahdi.conf.sample
@@ -2,7 +2,7 @@
 ; DAHDI Telephony Configuration file
 ;
 ; You need to restart Asterisk to re-configure the DAHDI channel
-; CLI> reload chan_dahdi.so
+; CLI> module reload chan_dahdi.so
 ;      will reload the configuration file, but not all configuration options
 ;      are re-configured during a reload (signalling, as well as PRI and
 ;      SS7-related settings cannot be changed on a reload).
-- 
GitLab