fuse: config description improvement

Make the short description of the FUSE_FS config option clearer.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
This commit is contained in:
Robert P. J. Day 2008-10-16 16:08:57 +02:00 committed by Miklos Szeredi
parent 17e18ab6ff
commit 37194d0723
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ config AUTOFS4_FS
N here.
config FUSE_FS
tristate "Filesystem in Userspace support"
tristate "FUSE (Filesystem in Userspace) support"
help
With FUSE it is possible to implement a fully functional filesystem
in a userspace program.