Browse code

Merge "Fix typo: where is runs => where it runs"

Jenkins authored on 2015/07/01 19:04:24
Showing 1 changed files
... ...
@@ -201,7 +201,7 @@ Enable Logging
201 201
 
202 202
     | *Defaults: ``LOGFILE="" LOGDAYS=7 LOG_COLOR=True``*
203 203
     |  By default ``stack.sh`` output is only written to the console
204
-       where is runs. It can be sent to a file in addition to the console
204
+       where it runs. It can be sent to a file in addition to the console
205 205
        by setting ``LOGFILE`` to the fully-qualified name of the
206 206
        destination log file. A timestamp will be appended to the given
207 207
        filename for each run of ``stack.sh``.