diff --git a/docs/source/Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md b/docs/source/Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md index 4140edff96..c1f8daa202 100644 --- a/docs/source/Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md +++ b/docs/source/Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md @@ -301,7 +301,7 @@ The Command-help is something you modify in Python code. We'll get to that when add Commands. But you can also add regular help entries, for example to explain something about the history of your game world: - sethelp/add History = At the dawn of time ... + sethelp History = At the dawn of time ... You will now find your new `History` entry in the `help` list and read your help-text with `help History`.