mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
General code refactor.
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
## Command Description
|
||||
|
||||
This operation will decode all [sector tags](../faq/sector-tags.md) and [media tags](../faq/media-tags.md) in a media dump image.
|
||||
This operation will decode all [sector tags](../faq/sector-tags.md) and [media tags](../faq/media-tags.md) in a media
|
||||
dump image.
|
||||
|
||||
## Command usage
|
||||
|
||||
@@ -17,7 +18,8 @@ Aaru -d [true/false] -v [true/false] image decode -h [true/false] -f [true/false
|
||||
|
||||
`-d, --debug [true/false]` shows debug output *(default false)*
|
||||
`-v, --verbose [true/false]` shows verbose output *(default false)*
|
||||
`-h, --help [true/false]` shows help screen for the command instead of running it, ignores all other switches *(default false)*
|
||||
`-h, --help [true/false]` shows help screen for the command instead of running it, ignores all other switches *(default
|
||||
false)*
|
||||
`-f, --disk-tags [true/false]` decodes all media tags *(default true)*
|
||||
`-l, --length [sectors]` how many sectors to decode or all to decode all *(default all)*
|
||||
`-p, --sector-tags [true/false]` decodes all sector tags *(default true)*
|
||||
|
||||
Reference in New Issue
Block a user