diff --git a/Makefile b/Makefile
index 469fe64aecbedb2ca15165963893b0d646b4cf95..a198d7a962ac2b802b2dd330b0aafe2777a60800 100644
--- a/Makefile
+++ b/Makefile
@@ -732,11 +732,11 @@ samples: adsi
 		echo ";minmemfree = 1 ; in MBs, Asterisk stops accepting new calls if the amount of free memory falls below this watermark" ; \
 		echo ";cache_record_files = yes ; Cache recorded sound files to another directory during recording" ; \
 		echo ";record_cache_dir = /tmp ; Specify cache directory (used in conjunction with cache_record_files)" ; \
-		echo ";transmit_silence = yes ; Transmit silence while a channel is in a waiting state, a recording only state, or when DTMF is \
-		echo "                        ; being generated.  Note that the silence internally is generated in raw signed linear format. \
-		echo "                        ; This means that it must be transcoded into the native format of the channel before it can be sent \
-		echo "                        ; to the device.  It is for this reason that this is optional, as it may result in requiring a \
-		echo "                        ; temporary codec translation path for a channel that may not otherwise require one. \
+		echo ";transmit_silence = yes ; Transmit silence while a channel is in a waiting state, a recording only state, or when DTMF is" ; \
+		echo "                        ; being generated.  Note that the silence internally is generated in raw signed linear format." ; \
+		echo "                        ; This means that it must be transcoded into the native format of the channel before it can be sent" ; \
+		echo "                        ; to the device.  It is for this reason that this is optional, as it may result in requiring a" ; \
+		echo "                        ; temporary codec translation path for a channel that may not otherwise require one." ; \
 		echo ";transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly" ; \
 		echo ";runuser = asterisk ; The user to run as" ; \
 		echo ";rungroup = asterisk ; The group to run as" ; \