check/dump/mount/repair/rewrite: update command description

This commit is contained in:
Michael Eischer
2026-05-20 22:45:52 +02:00
parent a639b8d711
commit 496ea804a6
5 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ func newMountCommand(globalOptions *global.Options) *cobra.Command {
Use: "mount [flags] mountpoint",
Short: "Mount the repository",
Long: `
The "mount" command mounts the repository via fuse over a writeable directory.
The repository will be mounted read-only.
The "mount" command mounts the repository read-only via FUSE at the given
mountpoint.
Snapshot Directories
====================