mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: bindfs: Fix typo in description.
* gnu/packages/file-systems.scm (bindfs)[description]: Fix typo.
This commit is contained in:
parent
a979647db4
commit
a8cee87747
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ (define-public bindfs
|
||||||
(home-page "https://bindfs.org")
|
(home-page "https://bindfs.org")
|
||||||
(synopsis "Bind mount a directory and alter permission bits")
|
(synopsis "Bind mount a directory and alter permission bits")
|
||||||
(description
|
(description
|
||||||
"@command{bindfs} is a FUSE filesystem for mounting a directory to
|
"@command{bindfs} is a FUSE file system for mounting a directory to
|
||||||
another location, similar to @command{mount --bind}. It can be used for:
|
another location, similar to @command{mount --bind}. It can be used for:
|
||||||
@itemize
|
@itemize
|
||||||
@item Making a directory read-only.
|
@item Making a directory read-only.
|
||||||
|
|
Loading…
Reference in a new issue