1
0
Fork 0

renamed avocado to arango

This commit is contained in:
Jan Steemann 2012-05-24 12:44:20 +02:00
parent 9d5e80b5b0
commit f92c991312
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@
/// ///
/// @EMBEDTOC{ImpManualBasicsTOC} /// @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 /// the @LIT{arangoimp} command-line tool. It allows you to import data records
/// from a file into an existing database collection. /// from a file into an existing database collection.
/// ///
@ -114,7 +114,7 @@
/// @LIT{arangoimp --file "data.csv" --type csv --collection "users"} /// @LIT{arangoimp --file "data.csv" --type csv --collection "users"}
/// ///
/// Note that the quote and separator characters can be adjusted via the /// 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: // Local Variables:

View File

@ -202,7 +202,7 @@ static void ParseProgramOptions (int argc, char* argv[]) {
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// @addtogroup avocimp /// @addtogroup arangoimp
/// @{ /// @{
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////