mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
Sorted parameters in commands.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
This operation will request and show all information about a physical device. For information about supported physical devices check [[Supported-devices|the list of supported physical devices]]
|
||||
|
||||
==Command usage==
|
||||
<code>DiscImageChef device-info -i <device> -v [true/false] -d [true/false] -w [prefix]</code>
|
||||
<code>DiscImageChef device-info -d [true/false] -i <device> -v [true/false] -w [prefix]</code>
|
||||
|
||||
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
|
||||
<code>-i, --input=<dump></code> path to the physical device<br />
|
||||
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
|
||||
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
|
||||
<code>-w, --output-prefix=[prefix]</code> writes binary responses from device to that prefix
|
||||
|
||||
==Example==
|
||||
|
||||
Reference in New Issue
Block a user