Skip to content

Commit 5f15d07

Browse files
authored
Update main.go
1 parent db75cfe commit 5f15d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func main() {
4343
if *FlagCPU != 0 {
4444
nothingEnabled = false
4545
fmt.Println("====================")
46-
fmt.Println("Starting", *FlagCPUpercent, "% load of", *FlagCPUcount,"CPUs with interval of", *FlagCPU, ", min duration", *FlagCPUduration, "each, and max. system load", *FlagCPUglobalmaxpercent)
46+
fmt.Println("Starting", *FlagCPUpercent, "% load of", *FlagCPUcount,"CPUs with interval of", *FlagCPU, ", min duration", *FlagCPUduration, "each, and max. system load", *FlagCPUglobalmaxpercent,"%")
4747
go waste.CPU(*FlagCPU, *FlagCPUduration, *FlagCPUpercent, *FlagCPUcount, *FlagCPUglobalmaxpercent)
4848
runtime.Gosched()
4949
fmt.Println("====================")

0 commit comments

Comments
 (0)