Skip to content

Commit

Permalink
Console: Added notes to "help" command ouput re "listgames" and "list…
Browse files Browse the repository at this point in the history
…vars"
  • Loading branch information
danij-deng committed Aug 5, 2012
1 parent 29ab1ae commit 6dbb2ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doomsday/engine/portable/src/con_main.c
Expand Up @@ -2187,8 +2187,11 @@ D_CMD(Help)
Con_Printf("End Jump to the end of the buffer.\n");
Con_Printf("PageUp/Down Scroll up/down a couple of lines.\n");
Con_Printf("\n");
Con_Printf("Type \"listcmds\" to see a list of available commands.\n");
Con_Printf("Type \"help (what)\" to see information about (what).\n");
Con_Printf("Getting started:\n");
Con_Printf("Enter \"help (what)\" for information about (what).\n");
Con_Printf("Enter \"listcmds\" to list available commands.\n");
Con_Printf("Enter \"listgames\" to list installed games and their status.\n");
Con_Printf("Enter \"listvars\" to list available variables.\n");
Con_PrintRuler();
return true;
}
Expand Down

0 comments on commit 6dbb2ea

Please sign in to comment.