Update help text for new functionality

This commit is contained in:
Eric Budd 2018-05-12 23:35:15 -04:00
parent f722822efd
commit 7d318d4f9d
1 changed files with 15 additions and 8 deletions

23
iris.rb
View File

@ -787,14 +787,21 @@ class Interface
'',
'Commands',
'========',
'help, h, ? - Display this text',
'topics, t - List all topics',
'# (topic id) - Read specified topic',
'compose, c - Add a new topic',
'reply #, r # - Reply to a specific topic',
'freshen, f - Reload to get any new messages',
'reset, clear - Fix screen in case of text corruption',
'info, i - Display Iris version and message stats',
'READING',
'topics, t - List all topics',
'# (topic id) - Read specified topic',
'help, h, ? - Display this text',
'',
'WRITING',
'compose, c - Add a new topic',
'reply #, r # - Reply to a specific topic',
'edit #, e # - Edit a topic or message',
'delete #, d # - Delete {u or undelete} a topic or message',
'',
'SCREEN AND FILE UTILITIES',
'freshen, f - Reload to get any new messages',
'reset, clear - Fix screen in case of text corruption',
'info, i - Display Iris version and message stats',
'',
'Full documentation available here:',
'https://github.com/Calamitous/iris/blob/master/README.md',