Skip to content

Commit d5c1557

Browse files
committed
Use "for example" for examples, instead of "i.e." which means "that is".
1 parent f1b8e1b commit d5c1557

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/site/xdoc/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
Commons CLI supports different types of options:
3535
</p>
3636
<ul>
37-
<li>POSIX like options (ie. <code>tar -zxvf foo.tar.gz</code>)</li>
38-
<li>GNU like long options (ie. <code>du --human-readable --max-depth=1</code>)</li>
39-
<li>Java like properties (ie. <code>java -Djava.awt.headless=true -Djava.net.useSystemProxies=true Foo</code>)</li>
40-
<li>Short options with value attached (ie. <code>gcc -O2 foo.c</code>)</li>
41-
<li>long options with single hyphen (ie. <code>ant -projecthelp</code>)</li>
37+
<li>POSIX like options, for example<code>tar -zxvf foo.tar.gz</code></li>
38+
<li>GNU like long options, for example<code>du --human-readable --max-depth=1</code></li>
39+
<li>Java like properties, for example<code>java -Djava.awt.headless=true -Djava.net.useSystemProxies=true Foo</code></li>
40+
<li>Short options with value attached, for example<code>gcc -O2 foo.c</code></li>
41+
<li>long options with single hyphen, for example<code>ant -projecthelp</code></li>
4242
</ul>
4343
<p>
4444
A typical help message displayed by Commons CLI looks like this:

0 commit comments

Comments
 (0)