Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 24da6ce

Browse files
authored
Update README.md
correct argument order for `intelmas show`
1 parent 549d467 commit 24da6ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ for driveIndex in {0..23}; do
3838
MetadataSettings=0
3939
4040
sudo intelmas show \
41-
-intelssd ${driveIndex} \
42-
-display SectorSize
41+
-display SectorSize \
42+
-intelssd ${driveIndex}
4343
done
4444
```
4545
<sup>[5](#fn5),[9](#fn9)</sup>

0 commit comments

Comments
 (0)