summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/DocumentLoader
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/DocumentLoader')
-rw-r--r--odk/examples/cpp/DocumentLoader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/cpp/DocumentLoader/Makefile b/odk/examples/cpp/DocumentLoader/Makefile
index 0520205a0710..07845a6d44e3 100644
--- a/odk/examples/cpp/DocumentLoader/Makefile
+++ b/odk/examples/cpp/DocumentLoader/Makefile
@@ -84,8 +84,8 @@ $(COMPOENNT_ENV_FLAG) :
CppDocumentLoaderExample : $(OUT_BIN)/DocumentLoader$(EXE_EXT) $(COMPOENNT_ENV_FLAG)
@echo --------------------------------------------------------------------------------
- @echo The example loads the "$(QM)test.sxw$(QM)" document in the DocumentLoader example directory.
- @echo I you want to load your own document, please use: DocumentLoader "$(QM)filename$(QM)" [connection_url]
+ @echo The example loads the test.sxw document in the DocumentLoader example directory. If you
+ @echo want to load your own document, please use: DocumentLoader filename [connection_url]
@echo Use the following command to execute the example!
@echo -
@echo make DocumentLoader.run