From ac3830fdf82a9bd6aa92902233411b5ab7797db0 Mon Sep 17 00:00:00 2001 From: Hellgheast Date: Mon, 20 Jun 2022 19:38:20 +0200 Subject: [PATCH] doc : sethelp removed the /add switch --- .../Howtos/Beginner-Tutorial/Part1/Building-Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.