mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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 @@ large and/or frequently changing (network) environment.")
|
||||||
(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…
Add table
Reference in a new issue