Skip to content
Snippets Groups Projects
Commit 385f3358 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Remove 'Tutorial' from help topics

parent ac2d4852
No related branches found
No related tags found
No related merge requests found
......@@ -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()"
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment