From 5df28c76e8842b4940e3859de256817be9cb0bfe Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Mon, 29 Aug 2016 21:26:53 -0400 Subject: [PATCH] Add tutorial.md to help files Fixes #218 --- cmd/micro/help.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/micro/help.go b/cmd/micro/help.go index ef0d388b..4cced6ad 100644 --- a/cmd/micro/help.go +++ b/cmd/micro/help.go @@ -9,6 +9,7 @@ var helpFiles = []string{ "colors", "options", "commands", + "tutorial", } // LoadHelp loads the help text from inside the binary