mirror of
https://github.com/kopia/kopia.git
synced 2026-03-17 21:56:14 -04:00
fixed help text
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
mountObjectID = mountCommand.Arg("path", "Identifier of the directory to mount.").Required().String()
|
||||
mountPoint = mountCommand.Arg("mountPoint", "Mount point").Required().ExistingDir()
|
||||
mountTraceFS = mountCommand.Flag("trace-fs", "Trace filesystem operations").Bool()
|
||||
mountMaxCachedEntries = mountCommand.Flag("max-cached-entries", "Limit the number of cached directories").Default("100000").Int()
|
||||
mountMaxCachedEntries = mountCommand.Flag("max-cached-entries", "Limit the number of cached directory entries").Default("100000").Int()
|
||||
mountMaxCachedDirectories = mountCommand.Flag("max-cached-dirs", "Limit the number of cached directories").Default("100").Int()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user