diff options
Diffstat (limited to 'weed/command/mount_std.go')
| -rw-r--r-- | weed/command/mount_std.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index 110b0a2cf..e4209449a 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -61,7 +61,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { // basic checks chunkSizeLimitMB := *mountOptions.chunkSizeLimitMB if chunkSizeLimitMB <= 0 { - fmt.Printf("Please specify a reasonable buffer size.") + fmt.Printf("Please specify a reasonable buffer size.\n") return false } |
