Fix more links

This commit is contained in:
SilasLaspada
2020-02-29 14:10:15 -07:00
parent 715ec9fa26
commit bcba85d8e2
2 changed files with 3 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ This operation will decode all [[Sector-tags.md|sector tags]] and [[Media-tags.m
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br /> <code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-i, --input=<dump></code> path to the media dump image<br /> <code>-i, --input=<dump></code> path to the media dump image<br />
<code>-k, --disk-tags=[true/false]</code> decodes all [[Media-tags|media tags]] ''(default true)''<br /> <code>-k, --disk-tags=[true/false]</code> decodes all [[Media-tags.md|media tags]] ''(default true)''<br />
<code>-l, --length=[sectors]</code> how many sectors to decode or ''all'' to decode all ''(default all)''<br /> <code>-l, --length=[sectors]</code> how many sectors to decode or ''all'' to decode all ''(default all)''<br />
<code>-t, --sector-tags=[true/false]</code> decodes all [[Sector-tags|sector tags]] ''(default true)''<br /> <code>-t, --sector-tags=[true/false]</code> decodes all [[Sector-tags.md|sector tags]] ''(default true)''<br />
<code>-s, --start=[start-sector]</code> starting sector ''(default 0)''<br /> <code>-s, --start=[start-sector]</code> starting sector ''(default 0)''<br />
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br /> <code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />

View File

@@ -7,7 +7,7 @@ This operation will print in console a hexadecimal dump of the chosen sector/blo
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br /> <code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-i, --input=<dump></code> path to the media dump image<br /> <code>-i, --input=<dump></code> path to the media dump image<br />
<code>-l, --length=[sectors]</code> how many sectors to print ''(default 1)''<br /> <code>-l, --length=[sectors]</code> how many sectors to print ''(default 1)''<br />
<code>-r, --long-sectors=[true/false]</code> if hex print should include all [[Sector-Tags|sector tags]] stored in the media dump ''(default false)''<br /> <code>-r, --long-sectors=[true/false]</code> if hex print should include all [[Sector-Tags.md|sector tags]] stored in the media dump ''(default false)''<br />
<code>-s, --start=<starting sector></code> starts the hexadecimal printing from this sector<br /> <code>-s, --start=<starting sector></code> starts the hexadecimal printing from this sector<br />
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br /> <code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
<code>-w, --width=[width]</code> how width, in characters, should the print be before creating a new line ''(default 32)'' <code>-w, --width=[width]</code> how width, in characters, should the print be before creating a new line ''(default 32)''