From 43be77fe2c75664241a55f3637e786c8248589c4 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 4 Feb 2025 18:17:17 -0800 Subject: [PATCH] getting_started: fix typos / reword introduction in help syntax section --- use/getting_started.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/use/getting_started.rst b/use/getting_started.rst index 1cacc2e..55fa5d3 100644 --- a/use/getting_started.rst +++ b/use/getting_started.rst @@ -220,8 +220,8 @@ or the Plugins list on `limnoria.net `_. Understanding the help syntax ============================= -The syntax of a command describes how to run a command. -The syntax is given by the help command. +This section further explains the help syntax given by the ``help`` command. + Some examples: help [] [] @@ -230,9 +230,9 @@ help [] [] The chevrons mean you have to replace and by a plugin name and a command name. - The brackets mean the argument they wrap is **optional**. + The square brackets mean the arguments they wrap are **optional**. - So, the fellowing commands are correct:: + So, the following commands are correct:: help help PluginName @@ -249,7 +249,7 @@ join [] It requires a channel name, and the channel key is optional. - This two commands are ok:: + These two commands are ok:: join #limnoria join #limnoria MySecretKey