aboutsummaryrefslogtreecommitdiffstats
path: root/example/fsel.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/fsel.c')
-rwxr-xr-xexample/fsel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fsel.c b/example/fsel.c
index 657111e..69202ee 100755
--- a/example/fsel.c
+++ b/example/fsel.c
@@ -15,7 +15,7 @@
*
* \section section_compile compiling this example
*
- * gcc -Wall fsel.c `pkg-config fuse --cflags --libs` -o fsel
+ * gcc -Wall fsel.c `pkg-config fuse3 --cflags --libs` -o fsel
*
* \section section_source the complete source
* \include fsel.c