You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gui/launcher.lua
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -311,9 +311,9 @@ local DEFAULT_HELP_TEXT = [[Welcome to DFHack!
311
311
312
312
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.
313
313
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.
315
315
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.]]
0 commit comments