Skip to content

Commit b5f385c

Browse files
committed
use tags command instead of ls in default help
1 parent 386b756 commit b5f385c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/launcher.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ 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 "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.
314+
Not sure what to do? Run the "tags" command to see the different catagories of tools DFHack has to offer! Then run "tags <tagname>" (e.g. "tags design") to see the tools in that category.
315315
316316
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

0 commit comments

Comments
 (0)