You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -412,7 +412,7 @@ var rootCmd = &cobra.Command{
412
412
Use: rootCmdUseString,
413
413
Version: version,
414
414
Short: "A tool for undervolting and power limit adjustments to reduce temperatures and extend lifespan",
415
-
Long: "A no-dependency utility to undervolt Intel CPUs on Linux systems with voltage offsets, perform power limit adjustments, set temperature limits, monitor temperatures and fan speeds, and more. It also features a user-friendly graphical version. Please use with extreme caution. It has the potential to damage your computer if used incorrectly.",
415
+
Long: "A no-dependency utility to undervolt Intel CPUs on Linux systems with voltage offsets, perform power limit adjustments, set temperature limits, and more. It also features a user-friendly graphical version which lets you monitor temperatures and fan speeds with the help of 'sensors' package.\n\nPlease use with extreme caution. It has the potential to damage your computer if used incorrectly.",
416
416
Run: func(cmd*cobra.Command, args []string) {
417
417
// Setup logging.
418
418
ifverboseFlag {
@@ -559,13 +559,14 @@ var rootCmd = &cobra.Command{
0 commit comments