ipmitool: fixing command parameters
Fixed commands that cause an error on run
Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
Change-Id: I9a1208e1f59f7b7039ed27aa5d48361510ea213a
diff --git a/IPMITOOL-cheatsheet.md b/IPMITOOL-cheatsheet.md
index 3d04b0c..da02651 100644
--- a/IPMITOOL-cheatsheet.md
+++ b/IPMITOOL-cheatsheet.md
@@ -76,13 +76,13 @@
#### 5. Disable designated users from accessing BMC
```
-$ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user set disable <userid>
+$ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user disable <userid>
```
#### 6. Enable the specified user to access BMC
```
-$ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user set enable <userid>
+$ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user enable <userid>
```
## Field-replaceable Unit (FRU)
@@ -335,7 +335,7 @@
#### 1. Display session information
```
-$ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" session info
+$ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" session info all
```
## Serial Over Lan (SOL)