diff options
Diffstat (limited to 'example/hello.c')
-rwxr-xr-x | example/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hello.c b/example/hello.c index 20021af..d26d826 100755 --- a/example/hello.c +++ b/example/hello.c @@ -12,7 +12,7 @@ * * \section section_compile compiling this example * - * gcc -Wall hello.c `pkg-config fuse --cflags --libs` -o hello + * gcc -Wall hello.c `pkg-config fuse3 --cflags --libs` -o hello * * \section section_usage usage \verbatim |