From d9e22b8a82c29bef0e96ca21dffd7fb81a95f808 Mon Sep 17 00:00:00 2001
From: Tulir Asokan <tulir@maunium.net>
Date: Sat, 30 Sep 2017 19:02:57 +0300
Subject: [PATCH] Don't duplicate help page to readme

---
 README.md | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/README.md b/README.md
index dfc2b29..839ba3e 100644
--- a/README.md
+++ b/README.md
@@ -34,14 +34,4 @@ You should log in with your GitLab access token, since most commands require
 authentication. You can log in by sending `!gitlab login <access token>` to the
 bot in a private room.
 
-The bot only handles commands prefixed with `!gitlab`. Command help page:
-```
-- ping                  - Ping the bot.
-- show <repo> <hash>    - Get details about a specific commit.
-- diff <repo> <hash>    - Get the diff of a specific commit.
-- log <repo> [n] [page] - Get the log of a specific repo.
-- whoami                - Check who you're logged in as.
-- logout                - Remove your GitLab access token from storage.
-- login <token>         - Add a GitLab access token to storage.
-- help                  - Show this help page.
-```
+The bot only handles commands prefixed with `!gitlab`. Use `!gitlab help` for help.
-- 
GitLab