update dooba help
This commit is contained in:

committed by
LINxiansheng

parent
5254df6776
commit
4b25bac8d0
@ -101,7 +101,7 @@ class Global:
|
|||||||
class Options(object):
|
class Options(object):
|
||||||
host = '127.0.0.1'
|
host = '127.0.0.1'
|
||||||
port = 2881
|
port = 2881
|
||||||
user = root
|
user = "root"
|
||||||
password = ""
|
password = ""
|
||||||
database = "oceanbase"
|
database = "oceanbase"
|
||||||
supermode = False
|
supermode = False
|
||||||
@ -3295,12 +3295,12 @@ class HelpPage(Page):
|
|||||||
system_keys = [('q', 'quit dooba')]
|
system_keys = [('q', 'quit dooba')]
|
||||||
addgroup("Global Keys - System", system_keys)
|
addgroup("Global Keys - System", system_keys)
|
||||||
support = [
|
support = [
|
||||||
('Author', 'Yudi Shi (fufeng.syd)'),
|
('Author', ''),
|
||||||
('Mail', 'fufeng.syd@alipay.com'),
|
('Mail', ''),
|
||||||
(),
|
(),
|
||||||
('project page', ''),
|
('github page', 'https://github.com/oceanbase/oceanbase'),
|
||||||
('bug report', ''),
|
('bug report', 'https://github.com/oceanbase/oceanbase/issues'),
|
||||||
('feature req', '')
|
('feature req', 'https://github.com/oceanbase/oceanbase/issues')
|
||||||
]
|
]
|
||||||
addgroup("Support", support)
|
addgroup("Support", support)
|
||||||
except curses.error:
|
except curses.error:
|
||||||
|
Reference in New Issue
Block a user