From c5e8684b5a2f3400af6d7a3edcaeb3ce8ffc51b5 Mon Sep 17 00:00:00 2001 From: AKowshik Date: Sun, 9 Aug 2020 17:05:43 +0530 Subject: Fixed typo in command to compile program (#536) --- example/printcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/printcap.c') 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 -- cgit v1.2.3