aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuse_opt.c')
-rw-r--r--lib/fuse_opt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fuse_opt.c b/lib/fuse_opt.c
index bd7a6ee..3d4a3dd 100644
--- a/lib/fuse_opt.c
+++ b/lib/fuse_opt.c
@@ -2,6 +2,9 @@
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Implementation of option parsing routines (dealing with `struct
+ fuse_args`).
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB
*/