Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
not-a-feature committed Jan 3, 2025
1 parent 3c4dabb commit 8e519b1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ Depending on the update mode, it may prompt you to reboot or switch to the new s

--version: Display the version of the firmware update tool.
-i, --info: Display information about the available drives.
-m, --manual: Disable version and dependency checks.
-v, --verbose: Set the log level to INFO.
-vv, --very-verbose: Set the log level to DEBUG.

The -i flag will display about the available drives.
### -i, --info
The `-i` flag will display about the available drives.

Example:

Expand All @@ -76,8 +78,16 @@ Slot 1 readonly : False
Slot count : 2
Current slot : 2
Slots with firmware : {1: '731030WD', 2: '731120WD'}
```

### -m, --manual
The `-m` flag enables manual mode, bypassing several checks:
- Displays all available firmware versions for selection, not just newer ones.
- Allows selection of firmware versions that do not list the current version as a dependency.



## Note

This project has been set up using PyScaffold 4.5. For details and usage
Expand Down

0 comments on commit 8e519b1

Please sign in to comment.