Skip to content

Commit 90c73cd

Browse files
committed
update introductory help text
1 parent 323617a commit 90c73cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gui/launcher.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ local DEFAULT_HELP_TEXT = [[Welcome to DFHack!
311311
312312
Type a command to see its help text here. Hit ENTER to run the command, or Shift-ENTER to run the command and close this dialog. The dialog also closes automatically if you run a command that shows a new GUI screen.
313313
314-
Not sure what to do? Run the "help" command to get started!
314+
Not sure what to do? Run the "tags" command to see the different catagories of tools DFHack has to offer! Then run "ls <tagname>" (e.g. "ls design") to see the tools in that category.
315315
316-
To see help for this command launcher, type "launcher" and hit the TAB key or click on "gui/launcher" to autocomplete.]]
316+
To see help for this command launcher (including info on mouse controls), type "launcher" and hit the TAB key or click on "gui/launcher" to autocomplete.]]
317317

318318
function HelpPanel:init()
319319
self.cur_entry = ''

0 commit comments

Comments
 (0)