Fix typo in command-line-flags

Closes #146.
This commit is contained in:
Mark McGranaghan 2016-12-27 07:12:30 -08:00
parent 4b1f74ba28
commit ba1fb3a1ed
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Usage of ./command-line-flags:
# If you provide a flag that wasn't specified to the
# `flag` package, the program will print an error message
# an show the help text again.
# and show the help text again.
$ ./command-line-flags -wat
flag provided but not defined: -wat
Usage of ./command-line-flags:

View File

@ -279,7 +279,7 @@ generated help text for the command-line program.</p>
<td class="docs">
<p>If you provide a flag that wasn&rsquo;t specified to the
<code>flag</code> package, the program will print an error message
an show the help text again.</p>
and show the help text again.</p>
</td>
<td class="code leading">