diff --git a/src/lua/help.lua b/src/lua/help.lua
index 6a9fe0ba930f1fad6ac60ac8a3c7fb3d5c97a96c..bf1cf9eeff16674719f8149058ff2980f57471bc 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 23cc870ad5a92bf0f2e5cb7cf88785613ef93192..4802a6e51079561635ea822c50d5a58263c6b146 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)