summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-09-08 13:55:46 +0800
committerKeuin <[email protected]>2022-09-08 13:55:46 +0800
commita792a818dc1ed57c65a253aaa2b0ce2c246a289a (patch)
treea2b15f97346566d081ac5d2a91f5a1be9e873236
parentcccbcafc9e1b87f2dd21bed9f2dea546fc4c8073 (diff)
Remove redundant "."
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 51350b5..dc08359 100644
--- a/main.go
+++ b/main.go
@@ -55,7 +55,7 @@ func getTasks() (tasks []recording.TaskConfig) {
"b", "disk-write-buffer",
&argparse.Options{
Required: false,
- Help: "Specify disk write buffer size (bytes). The real minimum buffer size is determined by OS.",
+ Help: "Specify disk write buffer size (bytes). The real minimum buffer size is determined by OS",
Default: -1,
},
)