diff --git a/doomsday/plugins/doom/data/conhelp.txt b/doomsday/plugins/doom/data/conhelp.txt index 7aaed47616..ff33df7b19 100644 --- a/doomsday/plugins/doom/data/conhelp.txt +++ b/doomsday/plugins/doom/data/conhelp.txt @@ -35,6 +35,10 @@ desc = End the game. [helpscreen] desc = Show the Help screens. +[inspectgamesave] +desc = Print detailed information about a saved game session to the console. +inf = Params: inspectgamesave (slotId)\nFor example, 'inspectgamesave 1'. + [kill] desc = Kill all the monsters on the map. diff --git a/doomsday/plugins/heretic/data/conhelp.txt b/doomsday/plugins/heretic/data/conhelp.txt index d5c7507dc9..affb8ac804 100644 --- a/doomsday/plugins/heretic/data/conhelp.txt +++ b/doomsday/plugins/heretic/data/conhelp.txt @@ -35,6 +35,10 @@ desc = End the game. [helpscreen] desc = Show the Help screens. +[inspectgamesave] +desc = Print detailed information about a saved game session to the console. +inf = Params: inspectgamesave (slotId)\nFor example, 'inspectgamesave 1'. + [kill] desc = Kill all the monsters on the map. diff --git a/doomsday/plugins/hexen/data/conhelp.txt b/doomsday/plugins/hexen/data/conhelp.txt index 94d50de342..8ae44c8525 100644 --- a/doomsday/plugins/hexen/data/conhelp.txt +++ b/doomsday/plugins/hexen/data/conhelp.txt @@ -35,6 +35,10 @@ desc = End the game. [helpscreen] desc = Show the Help screens. +[inspectgamesave] +desc = Print detailed information about a saved game session to the console. +inf = Params: inspectgamesave (slotId)\nFor example, 'inspectgamesave 1'. + [kill] desc = Kill all the monsters on the map.