comparison docs/man/man8/fzfs-umount.rst @ 528:93b98803219b

fzfs umount: implemented option "-k" (dry-run)
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 04 Sep 2024 18:48:10 +0200
parents c2e2fed957ed
children bc418b122fc9
comparison
equal deleted inserted replaced
527:b7d60802b25f 528:93b98803219b
4 =========== 4 ===========
5 5
6 Synopsis 6 Synopsis
7 -------- 7 --------
8 8
9 **fzfs umount** `dataset` 9 **fzfs umount** [**-k**] `dataset`
10 10
11 **fzfs unmount** `dataset` 11 **fzfs unmount** [**-k**] `dataset`
12 12
13 13
14 Description 14 Description
15 ----------- 15 -----------
16 16
17 Unmount the mounted `dataset` and all its children. 17 Unmount the mounted `dataset` and all its children.
18 18
19 19
20 Options
21 -------
22
23 .. program:: fzfs umount
24
25 .. option:: -k
26
27 Do not really unmount anything but show what would be unmounted.
28
29
20 See Also 30 See Also
21 -------- 31 --------
22 32
23 :manpage:`fzfs-mount(8)` 33 :manpage:`fzfs-mount(8)`