X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=main.go;fp=main.go;h=cce3909f50b279602ee989f0d7a1aed27222ff72;hb=817150160d9546447eb5101c146920d1c440b7a5;hp=0ba2810c5276cc9f931f1a34904dbc1ab9e541a3;hpb=f3ec6964547442f7155a2aa39f244220636a5e5c;p=godwmstat.git diff --git a/main.go b/main.go index 0ba2810..cce3909 100644 --- a/main.go +++ b/main.go @@ -129,7 +129,7 @@ func flagfiles() { func main() { xsetroot := flag.Bool("xsetroot", false, "Call xsetroot") - iodevs := flag.String("iodevs", "ada0 ada1", "iostat devices") + iodevs := flag.String("iodevs", "nvd0 nvd1", "iostat devices") refresh := flag.Uint("refresh", 2, "Refresh interval") flag.Parse() N = strconv.Itoa(int(*refresh))