Skip to content

Commit

Permalink
updated about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gabru-md committed Aug 28, 2017
1 parent c2f0514 commit 5ca919d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions partials/tabs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ <h2 class="fine center">about</h2>
<div class="card-content grey lighten-4">
<div id="test4">
A sample .coafile will look something like this:
<code class="card">
<br>[Spacing]<br>
<code class="card"><br>[Spacing]<br>
files = src/**/*.py<br>
bears = SpaceConsistencyBear<br>
use_spaces = True
Expand Down Expand Up @@ -108,16 +107,17 @@ <h2 class="fine center">about</h2>
<div id="test6">
However, if you don't want to save your settings, you can also run coala with
command line arguments:

<pre>$ coala --files=setup.py --bears=SpaceConsistencyBear -S use_spaces=True</pre>
<br>
<code class="card">$ coala --files=setup.py --bears=SpaceConsistencyBear -S use_spaces=True</code>
<br>

Note that this command does the same thing as having a coafile and running
<code>coala</code>. The advantage of having a coafile is that you don't need to enter the
<code class="card">coala</code>. The advantage of having a coafile is that you don't need to enter the
settings as arguments everytime.
<br><br>
To get the complete list of arguments and their meaning, run:

<pre>$ coala --help</pre>
<br>
<code class="card">$ coala --help</code>


</div>
Expand Down

0 comments on commit 5ca919d

Please sign in to comment.