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: nogui.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ package main
13
13
import"fmt"
14
14
15
15
// Used in main.go by rootCmd
16
-
constrootCmdUseString:="undervolt-go"
16
+
constrootCmdUseString="undervolt-go"
17
17
18
18
funcrunGUI() {
19
19
fmt.Println("Run 'undervolt-go --help' for information about CLI flags. To get the GUI, get the GUI binary from https://softorage.github.io/undervolt-go/")
0 commit comments