瀏覽代碼

Merge pull request #2 from dgryski/spelling-kiloyes

internal/driver: fix spelling in help text
Raul Silvera 9 年之前
父節點
當前提交
ff34f17dde
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      internal/driver/commands.go

+ 1
- 1
internal/driver/commands.go 查看文件

@@ -149,7 +149,7 @@ var pprofVariables = variables{
149 149
 		"Measurement units to display",
150 150
 		"Scale the sample values to this unit.",
151 151
 		" For time-based profiles, use seconds, milliseconds, nanoseconds, etc.",
152
-		" For memory profiles, use megabytes, kiloyes, bytes, etc.",
152
+		" For memory profiles, use megabytes, kilobytes, bytes, etc.",
153 153
 		" auto will scale each value independently to the most natural unit.")},
154 154
 	"compact_labels": &variable{boolKind, "f", "", "Show minimal headers"},
155 155