diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-16 09:54:26 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-16 09:54:26 -0800 |
| commit | ed1ce3f2998cc51e2310d23098befdc080b56c74 (patch) | |
| tree | 2f75c6f3dc4a34318ba6be7a2306b0b688b84659 | |
| parent | c0d279c54e56882bc0ecdf496ecfcbcfa1c6d6e3 (diff) | |
| download | seaweedfs-ed1ce3f2998cc51e2310d23098befdc080b56c74.tar.xz seaweedfs-ed1ce3f2998cc51e2310d23098befdc080b56c74.zip | |
adjust help message
| -rw-r--r-- | weed/shell/command_fs_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_configure.go b/weed/shell/command_fs_configure.go index d4d70048d..86e8f1d18 100644 --- a/weed/shell/command_fs_configure.go +++ b/weed/shell/command_fs_configure.go @@ -27,7 +27,7 @@ func (c *commandFsConfigure) Name() string { func (c *commandFsConfigure) Help() string { return `configure and apply storage options for each location - # see the possible configuration file content + # see the current configuration file content fs.configure # trying the changes and see the possible configuration file content |
