mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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")
|
||||
(synopsis "Bind mount a directory and alter permission bits")
|
||||
(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:
|
||||
@itemize
|
||||
@item Making a directory read-only.
|
||||
|
|
Loading…
Reference in a new issue