From 7445114b3ebb67cd9078dec490183ebb03251543 Mon Sep 17 00:00:00 2001 From: Willi Goesgens Date: Wed, 26 Aug 2015 14:59:46 +0200 Subject: [PATCH] fix typo --- Documentation/Makefile.files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Makefile.files b/Documentation/Makefile.files index 088aede01f..f46c57e4d8 100644 --- a/Documentation/Makefile.files +++ b/Documentation/Makefile.files @@ -64,7 +64,7 @@ examples: python @srcdir@/Documentation/Scripts/generateExamples.py \ --outputDir @builddir@/Documentation/Examples \ - --onlyThisone "$(FILTER_EXAMPLE)" \ + --onlyThisOne "$(FILTER_EXAMPLE)" \ --outputFile /tmp/arangosh.examples.js \ --arangoshSetup @srcdir@/Documentation/Examples/setup-arangosh.js \ @srcdir@/js/actions \