* fix typo
This commit is contained in:
parent
5da74dd3c1
commit
3c179572c3
|
@ -104,7 +104,7 @@
|
|||
</p>
|
||||
<p>
|
||||
<code><span class="cmd">filebot</span> <span class="option">-check</span> <span class="argument">path/to/checksum.md5</span></code>
|
||||
Check file intergrity using the given checksum file.
|
||||
Check file integrity using the given checksum file.
|
||||
</p>
|
||||
<p>
|
||||
<code><span class="cmd">filebot</span> <span class="option">-list</span> <span class="option">--db</span> <span class="argument">thetvdb</span> <span class="option">--q</span> <span class="argument">Dexter</span> <span class="option">--format</span> <span class="argument">"{s}x{e.pad(2)} {t}"</span></code>
|
||||
|
@ -189,6 +189,12 @@
|
|||
<td>output charset</td>
|
||||
<td>UTF-8, windows-1252, GB18030, etc</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td>-list</td>
|
||||
<td>print episode list</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>--log</td>
|
||||
<td>log level</td>
|
||||
|
@ -199,12 +205,6 @@
|
|||
<td>clear cache and preferences</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>-list</td>
|
||||
<td>Print episode list</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>-no-analytics</td>
|
||||
<td>disable <a href="https://sourceforge.net/projects/filebot/forums/forum/723389/topic/4719727" target="_blank">analytics</a></td>
|
||||
<td></td>
|
||||
|
|
Loading…
Reference in New Issue