aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
Diffstat (limited to 'weed')
-rw-r--r--weed/shell/command_s3_configure.go3
-rw-r--r--weed/util/constants.go2
2 files changed, 3 insertions, 2 deletions
diff --git a/weed/shell/command_s3_configure.go b/weed/shell/command_s3_configure.go
index c1ac1ce74..a62cec0c3 100644
--- a/weed/shell/command_s3_configure.go
+++ b/weed/shell/command_s3_configure.go
@@ -24,7 +24,8 @@ func (c *commandS3Configure) Name() string {
}
func (c *commandS3Configure) Help() string {
- return `configure and apply s3 options for each bucket
+ return `<WIP> configure and apply s3 options for each bucket
+
# see the current configuration file content
s3.configure
`
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 254f3cb59..ebf9e0ea9 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 13)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 14)
COMMIT = ""
)