From 385f3358a8ee600852182924e8d8763dab749ca3 Mon Sep 17 00:00:00 2001
From: Roman Tsisyk <roman@tsisyk.com>
Date: Thu, 28 Aug 2014 16:54:36 +0400
Subject: [PATCH] Remove 'Tutorial' from help topics

---
 src/lua/help.lua      | 2 +-
 test/box/admin.result | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lua/help.lua b/src/lua/help.lua
index 6a9fe0ba93..bf1cf9eeff 100644
--- a/src/lua/help.lua
+++ b/src/lua/help.lua
@@ -2,7 +2,7 @@ local doc = require('help.en_US')
 
 help = {}
 help[1] = {}
-help[1]["Help topics"] = { "Tutorial", "Basics", "Administration" }
+help[1]["Help topics"] = { "Basics", "Administration" }
 help[2] = "To get help on a topic, type help('topic') (with quotes)"
 help[3] = "To get help on a function/object, type help(function) (without quotes)"
 help[4] = "To start tutorial, type tutorial()"
diff --git a/test/box/admin.result b/test/box/admin.result
index 23cc870ad5..4802a6e510 100644
--- a/test/box/admin.result
+++ b/test/box/admin.result
@@ -10,7 +10,6 @@ space:create_index('primary', { type = 'hash' })
 help()
 ---
 - - Help topics:
-    - Tutorial
     - Basics
     - Administration
   - To get help on a topic, type help('topic') (with quotes)
-- 
GitLab