This commit is contained in:
Chris Lu 2021-05-19 23:59:39 -07:00
parent 87a32bfef4
commit 30c67e3652

View file

@ -38,7 +38,7 @@ func (c *commandFsMetaSave) Help() string {
fs.meta.save # save from current directory
The meta data will be saved into a local <filer_host>-<port>-<time>.meta file.
These meta data can be later loaded by fs.meta.load command,
These meta data can be later loaded by fs.meta.load command
`
}