weed shell: fs.meta.save adjusts meta data file name

This commit is contained in:
Chris Lu
2019-04-16 09:40:27 -07:00
parent 8ea1ee6dfa
commit af49aea0c6
2 changed files with 14 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ func (c *commandFsMetaLoad) Name() string {
func (c *commandFsMetaLoad) Help() string {
return `load saved filer meta data to restore the directory and file structure
fs.meta.load <filer_host>_<port>.meta
fs.meta.load <filer_host>-<port>-<time>.meta
`
}