From f92c9913120a13bd4547fd88ad37a71d9da60534 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 24 May 2012 12:44:20 +0200 Subject: [PATCH] renamed avocado to arango --- RestServer/imp-manual.dox | 4 ++-- V8Client/arangoimp.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RestServer/imp-manual.dox b/RestServer/imp-manual.dox index 3b63f10223..84b501a00f 100644 --- a/RestServer/imp-manual.dox +++ b/RestServer/imp-manual.dox @@ -58,7 +58,7 @@ /// /// @EMBEDTOC{ImpManualBasicsTOC} /// -/// The most convenient method to import a lot of data into AvocadoDB is to use +/// The most convenient method to import a lot of data into ArangoDB is to use /// the @LIT{arangoimp} command-line tool. It allows you to import data records /// from a file into an existing database collection. /// @@ -114,7 +114,7 @@ /// @LIT{arangoimp --file "data.csv" --type csv --collection "users"} /// /// Note that the quote and separator characters can be adjusted via the -/// @CA{--quote} and @CA{--separator} arguments when invoking avocimp. +/// @CA{--quote} and @CA{--separator} arguments when invoking arangoimp. //////////////////////////////////////////////////////////////////////////////// // Local Variables: diff --git a/V8Client/arangoimp.cpp b/V8Client/arangoimp.cpp index ed8c0e569c..78d7e27108 100644 --- a/V8Client/arangoimp.cpp +++ b/V8Client/arangoimp.cpp @@ -202,7 +202,7 @@ static void ParseProgramOptions (int argc, char* argv[]) { // ----------------------------------------------------------------------------- //////////////////////////////////////////////////////////////////////////////// -/// @addtogroup avocimp +/// @addtogroup arangoimp /// @{ ////////////////////////////////////////////////////////////////////////////////