From ce6abaf73d3c329fe1356f463ec69b8d694ac65f Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Sat, 21 Nov 2020 22:23:05 +0000 Subject: [PATCH] Update help message --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30548e8..a8f6bf9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a script to control 4-pin PWM fans on ASRock Rack motherboards with IPMI. The BMC does not properly expose fan control, so they must be controlled using raw IPMI commands. This script is a user-friendly way to do that. - usage: asrock-pwm-ipmi [-h] [-i] [-a] [FAN:SPEED [FAN:SPEED ...]] + usage: asrock-pwm-ipmi [-h] [-i] [-a] [-q] [FAN:SPEED [FAN:SPEED ...]] Read information about and control fans on ASRock boards with IPMI. @@ -15,3 +15,5 @@ This is a script to control 4-pin PWM fans on ASRock Rack motherboards with IPMI -h, --help show this help message and exit -i, --info Read fan information -a, --auto Service to control fans based on temperature + -q, --quiet Hide output +