diff --git a/Decoding-and-printing-media-tags.mediawiki b/Decoding-and-printing-media-tags.mediawiki index 5c40c8f..390e817 100644 --- a/Decoding-and-printing-media-tags.mediawiki +++ b/Decoding-and-printing-media-tags.mediawiki @@ -6,9 +6,9 @@ This operation will decode all [[Sector-tags.md|sector tags]] and [[Media-tags.m -d, --debug=[true/false] shows debug output ''(default false)''
-i, --input= path to the media dump image
--k, --disk-tags=[true/false] decodes all [[Media-tags|media tags]] ''(default true)''
+-k, --disk-tags=[true/false] decodes all [[Media-tags.md|media tags]] ''(default true)''
-l, --length=[sectors] how many sectors to decode or ''all'' to decode all ''(default all)''
--t, --sector-tags=[true/false] decodes all [[Sector-tags|sector tags]] ''(default true)''
+-t, --sector-tags=[true/false] decodes all [[Sector-tags.md|sector tags]] ''(default true)''
-s, --start=[start-sector] starting sector ''(default 0)''
-v, --verbose=[true/false] shows verbose output ''(default false)''
diff --git a/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.mediawiki b/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.mediawiki index 47b2692..08fd78d 100644 --- a/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.mediawiki +++ b/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.mediawiki @@ -7,7 +7,7 @@ This operation will print in console a hexadecimal dump of the chosen sector/blo -d, --debug=[true/false] shows debug output ''(default false)''
-i, --input= path to the media dump image
-l, --length=[sectors] how many sectors to print ''(default 1)''
--r, --long-sectors=[true/false] if hex print should include all [[Sector-Tags|sector tags]] stored in the media dump ''(default false)''
+-r, --long-sectors=[true/false] if hex print should include all [[Sector-Tags.md|sector tags]] stored in the media dump ''(default false)''
-s, --start= starts the hexadecimal printing from this sector
-v, --verbose=[true/false] shows verbose output ''(default false)''
-w, --width=[width] how width, in characters, should the print be before creating a new line ''(default 32)''