summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPedro Moreira da Silva <pedro@gitlab.com>2016-12-15 13:11:43 +0000
committerPedro Moreira da Silva <pedro@gitlab.com>2016-12-15 13:11:43 +0000
commit70e72e8938b169f88e5b014500a9afeb6ff66a2b (patch)
tree7374765457ecc0c92793def60e0ab144b8fc6d0a /lib
parentffdea150784371e61f1c350c5db630f250ee8a6f (diff)
downloadgitlab-ce-70e72e8938b169f88e5b014500a9afeb6ff66a2b.tar.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/chat_commands/issue_create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/chat_commands/issue_create.rb b/lib/gitlab/chat_commands/issue_create.rb
index e6e8ce85e98..cefb6775db8 100644
--- a/lib/gitlab/chat_commands/issue_create.rb
+++ b/lib/gitlab/chat_commands/issue_create.rb
@@ -8,7 +8,7 @@ module Gitlab
end
def self.help_message
- 'issue create <title>` *`Shift`* + *`Enter`* `<description>'
+ 'issue new <title> *`⇧ Shift`*+*`↵ Enter`* <description>'
end
def self.allowed?(project, user)