From 2982f378cc15f94b3041edeef584fb193a6f85f7 Mon Sep 17 00:00:00 2001 From: Quad Date: Fri, 21 May 2021 10:37:13 +0200 Subject: [PATCH] Cleanup --- scripts/tdp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/tdp b/scripts/tdp index f8591fe..dde1f15 100755 --- a/scripts/tdp +++ b/scripts/tdp @@ -25,6 +25,7 @@ Command: COMMAND --help Prints help for specified command" check_help_text="${command_name} check [ARG] +Short command: c Example: ${command_name} check --detail @@ -35,14 +36,15 @@ Arguments: --help Prints this help text" set_help_text="${command_name} set WATT [ARGUMENTS] +Short command: s Example: - ${command_name} set 10 --detail - ${command_name} s 10 -d + ${command_name} set 10 --detail --same + ${command_name} s 10 -d -s Arguments: --detail, -d Prints PL2 as well as PL1 - --same, -s PL2 will be set to the same as PL1 rather than 2W higher + --same, -s PL2 will be set to the same as PL1 rather than 2W higher --help Prints this help text" print_help () {