Add help text for new story command

Change-Id: I77fc6f9a5b012730ebc274810837e5db80e9036b
This commit is contained in:
James E. Blair 2017-11-27 10:43:33 -08:00
parent 34b5d8a5eb
commit 49ab7d39e9
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ GLOBAL_HELP = (
"Quit Boartty"), "Quit Boartty"),
(keymap.STORY_SEARCH, (keymap.STORY_SEARCH,
"Search for stories"), "Search for stories"),
(keymap.NEW_STORY,
"Create a new story"),
(keymap.LIST_HELD, (keymap.LIST_HELD,
"List held stories"), "List held stories"),
(keymap.KILL, (keymap.KILL,