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