aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/htmltitle.cpp
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2013-02-10 18:47:14 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-02-10 18:54:56 +0100
commitb3335043274286cfa3b97b7b1c03e98771353606 (patch)
treeded3e48d5ea47441024e5f8d21ef1090d8096022 /docs/examples/htmltitle.cpp
parent2e0a295e3b9cc710df28d93a401227ac5fabbf90 (diff)
htmltitle: fix suggested build command
Diffstat (limited to 'docs/examples/htmltitle.cpp')
-rw-r--r--docs/examples/htmltitle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/htmltitle.cpp b/docs/examples/htmltitle.cpp
index 55a7935ac..ab89bb6a7 100644
--- a/docs/examples/htmltitle.cpp
+++ b/docs/examples/htmltitle.cpp
@@ -25,7 +25,7 @@
//
// GNU C++ compile command line suggestion (edit paths accordingly):
//
-// g++ -Wall -I/opt/curl/include -I/opt/libxml/include/libxml2 htmltitle.cc \
+// g++ -Wall -I/opt/curl/include -I/opt/libxml/include/libxml2 htmltitle.cpp \
// -o htmltitle -L/opt/curl/lib -L/opt/libxml/lib -lcurl -lxml2
#include <stdio.h>