Browse code

Removes double colon on script comments

A few comment lines on stack.sh had two colons where only one colon
was necessary.

Change-Id: Ia02e1ca28a8fadc2e5477201887a1f4d59996db8

Leticia Wanderley authored on 2017/04/07 08:40:19
Showing 1 changed files
... ...
@@ -161,16 +161,16 @@ rm -f $TOP_DIR/.localrc.auto
161 161
 extract_localrc_section $TOP_DIR/local.conf $TOP_DIR/localrc $TOP_DIR/.localrc.auto
162 162
 
163 163
 # ``stack.sh`` is customizable by setting environment variables.  Override a
164
-# default setting via export::
164
+# default setting via export:
165 165
 #
166 166
 #     export DATABASE_PASSWORD=anothersecret
167 167
 #     ./stack.sh
168 168
 #
169
-# or by setting the variable on the command line::
169
+# or by setting the variable on the command line:
170 170
 #
171 171
 #     DATABASE_PASSWORD=simple ./stack.sh
172 172
 #
173
-# Persistent variables can be placed in a ``local.conf`` file::
173
+# Persistent variables can be placed in a ``local.conf`` file:
174 174
 #
175 175
 #     [[local|localrc]]
176 176
 #     DATABASE_PASSWORD=anothersecret