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:
@@ -16,17 +16,22 @@ Aaru -d [true/false] -v [true/false] image convert -h [true/false] -c <count> --
|
||||
|
||||
`-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)*
|
||||
`-c, --count <count>` specifies how many sectors to convert at once *(default 64)*
|
||||
`--comments <comments>` specifies image comments
|
||||
`--creator <creator>` specifies who (person) created the image?
|
||||
`--drive-manufacturer <manufacturer>` specifies manufacturer of the drive used to read the media represented by the image
|
||||
`--drive-manufacturer <manufacturer>` specifies manufacturer of the drive used to read the media represented by the
|
||||
image
|
||||
`--drive-model <model>` specifies model of the drive used to read the media represented by the image
|
||||
`--drive-revision <revision>` specifies firmware revision of the drive used to read the media represented by the image
|
||||
`--drive-revision <revision>` specifies firmware revision of the drive used to read the media represented by the
|
||||
image
|
||||
`--drive-serial <serial>` specifies serial number of the drive used to read the media represented by the image
|
||||
`-f, --force [true/false]` continues conversion even if sector or media tags will be lost in the process *(default false)*
|
||||
`-f, --force [true/false]` continues conversion even if sector or media tags will be lost in the process *(default
|
||||
false)*
|
||||
`--media-barcode <barcode>` specifies barcode of the media represented by the image
|
||||
`--media-lastsequence <number>` specifies last media of the sequence the media represented by the image corresponds to *(default 0)*
|
||||
`--media-lastsequence <number>` specifies last media of the sequence the media represented by the image corresponds
|
||||
to *(default 0)*
|
||||
`--media-manufacturer <manufacturer>` specifies manufacturer of the media represented by the image
|
||||
`--media-model <model>` specifies model of the media represented by the image
|
||||
`--media-partnumber <partnumber>` specifies part number of the media represented by the image
|
||||
@@ -36,7 +41,7 @@ Aaru -d [true/false] -v [true/false] image convert -h [true/false] -c <count> --
|
||||
`-O, --options <options>` specifies comma separated name=value pairs of options to pass to output image plugin
|
||||
`-p, --format <format>` specifies format of the output image, as plugin name or plugin id. If not present, will try to
|
||||
detect it from output image extension
|
||||
`-r, --resume-file <resume file>` takes list of dump hardware from existing resume file
|
||||
`-r, --resume-file <resume file>` takes list of dump hardware from existing resume file
|
||||
|
||||
`-g, --geometry <geometry>` force geometry, only supported in not tape block media. Specify as C/H/S
|
||||
|
||||
|
||||
Reference in New Issue
Block a user