]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
cmd_mount: Fix test-only mount path
authorChristopher James Halse Rogers <raof@ubuntu.com>
Fri, 1 Sep 2023 06:51:32 +0000 (16:51 +1000)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 3 Sep 2023 22:27:10 +0000 (18:27 -0400)
The comman line help claims that `bcachefs mount <DEV>` without a
mount point will do a dry-run mount - all the steps required to
mount the fs, but without actually doing the final real mount.

Make the code actually do this, rather than complain that you
haven't supplied a mountpoint if you don't provide a mountpoint

Signed-off-by: Christopher James Halse Rogers <raof@ubuntu.com>

No differences found