Commit Diff


commit - 5cff070dcada57ccc858dcf6f82c6e8763c8ba99
commit + 15535bb2fc4f77dc54bd534ee247b51d85a6f90b
blob - b5cf57db2234d40e5031619be9d37a4e6c164b3b
blob + ecb5a09ab725c804c208fc0342e3f7764fb17a50
--- comparison.html
+++ comparison.html
@@ -146,10 +146,10 @@ The table below lists some commonly used commands and 
 <td><code>svn patch</code>
 <td><code>git apply</code>
 <tr>
-<td><code><a href="got.1.html#add">got add</a> <var>&lt;unversioned path&gt;</var></code>
+<td><code><a href="got.1.html#add">got add</a></code>
 <td><code>cvs add</code>
 <td><code>svn add</code>
-<td><code>git add &lt;untracked-file&gt;</code>
+<td><code>git add <var>&lt;untracked file&gt;</var></code>
 <tr>
 <td><code><a href="got.1.html#stage">got stage</a> [-p]</code> <i>(staging optional)</i>
 <td>&mdash;