vfs,mount,cmount,serve: Add documentation for vfs caching modes

This commit is contained in:
Nick Craig-Wood
2017-11-13 17:54:21 +00:00
parent 7f20e1d7f3
commit 05a1e1532b
4 changed files with 103 additions and 20 deletions

View File

@@ -45,7 +45,7 @@ The server will log errors. Use -v to see access logs.
--bwlimit will be respected for file transfers. Use --stats to
control the stats printing.
`,
` + vfs.Help,
Run: func(command *cobra.Command, args []string) {
cmd.CheckArgs(1, 1, command, args)
f := cmd.NewFsSrc(args)