Skip to content

Commit

Permalink
doc: usersguide: fix options in patch command
Browse files Browse the repository at this point in the history
  • Loading branch information
jnavila committed Mar 7, 2019
1 parent d593fd1 commit c497f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/plotgitsch_usersguide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In order to play with plotgitsch, let's prepare a sandbox project and see what c
----
$ git clone https://github.com/jnavila/kicad_playground.git
$ cd kicad_playground
$ patch -p1 changes.diff
$ patch -p1 -i changes.diff
----

Now, we have a project with a schematic with changes in the working copy. This project has a pretty strange history that will help us exercise the features of `plotgitsch`.
Expand Down
4 changes: 2 additions & 2 deletions docs/plotgitsch_usersguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ <h2 id="_set_up">Set Up</h2>
<div class="content">
<pre class="highlight"><code class="language-shell" data-lang="shell">$ git clone https://github.com/jnavila/kicad_playground.git
$ cd kicad_playground
$ patch -p1 changes.diff</code></pre>
$ patch -p1 -i changes.diff</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -684,7 +684,7 @@ <h2 id="_other_options">Other Options</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2018-10-28 17:38:06 CET
Last updated 2019-03-07 18:00:45 CET
</div>
</div>
</body>
Expand Down

0 comments on commit c497f54

Please sign in to comment.