From d06418af02f718fd7cd82ef2dd32f5b09bd98643 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Wed, 23 May 2012 15:24:36 +0200 Subject: [PATCH] shell --- html/admin/index.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/html/admin/index.html b/html/admin/index.html index 66e459b0b8..cc2ca490ad 100644 --- a/html/admin/index.html +++ b/html/admin/index.html @@ -398,15 +398,6 @@ |___/ Welcome to arangosh 0.5.1. Copyright (c) 2012 triAGENS GmbH. - - ------------------------------------- Help ------------------------------------- - Example: - > db._collections(); list all collections - > db..all(); list all documents - > id = db..save({ ... }); save a document - > db..remove(<_id>); delete a document - > db..document(<_id>); get a document - > help show help pages