summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorAKowshik <AKowshik@users.noreply.github.com>2020-08-09 17:05:43 +0530
committerGitHub <noreply@github.com>2020-08-09 12:35:43 +0100
commitc5e8684b5a2f3400af6d7a3edcaeb3ce8ffc51b5 (patch)
tree2e960ac5c485cf5943fd5d365ad8ae68c88458b8 /example
parente8a9e84672dcaa892d4708c163f768dc177b6d4c (diff)
downloadfuse-c5e8684b5a2f3400af6d7a3edcaeb3ce8ffc51b5.tar.gz
Fixed typo in command to compile program (#536)
Diffstat (limited to 'example')
-rw-r--r--example/printcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/printcap.c b/example/printcap.c
index b8f85a5..e0eb6b6 100644
--- a/example/printcap.c
+++ b/example/printcap.c
@@ -13,7 +13,7 @@
*
* Compile with:
*
- * gcc -Wall protocol_info.c `pkg-config fuse3 --cflags --libs` -o protocol_info
+ * gcc -Wall printcap.c `pkg-config fuse3 --cflags --libs` -o printcap
*
* ## Source code ##
* \include @file