diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:59:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:34 +0200 |
commit | a8cee87747ebd9b13f964478246cc42786153058 (patch) | |
tree | 0092505179887cc670e6784b053ed9f3f8dc8f13 | |
parent | a979647db43c173adc73927ef6c7fc496783ceb3 (diff) |
gnu: bindfs: Fix typo in description.
* gnu/packages/file-systems.scm (bindfs)[description]: Fix typo.
-rw-r--r-- | gnu/packages/file-systems.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 0e27cdd2fd..d970fe7198 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -184,7 +184,7 @@ large and/or frequently changing (network) environment.") (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. |