Fixed typo in command to compile program (#536)
authorAKowshik <AKowshik@users.noreply.github.com>
Sun, 9 Aug 2020 11:35:43 +0000 (17:05 +0530)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 11:35:43 +0000 (12:35 +0100)
example/printcap.c

index b8f85a5645e7102688b0543a8635b2a1d655be12..e0eb6b614dfa1f8e5621589159a669a5d5e519b9 100644 (file)
@@ -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