From 7330cb9bb7d4d85aa6fd71d774028bdcd2b6360a Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 24 Jul 2014 06:01:46 +0200
Subject: [PATCH] Fix wrong language in SERVER_COMMANDS file.

---
 SERVER_COMMANDS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS
index 585804d..cab9cd1 100644
--- a/SERVER_COMMANDS
+++ b/SERVER_COMMANDS
@@ -34,13 +34,13 @@ Command list
 ============
 
 Each command is of a single line. It consists at least of one command stringe,
-followed by an optional argument. Argument fields are described below in square
-brackets. Number ranges are described by the first legal number, followed by
-" to ", followed by the last legal number. "[string]" means any text string is
-expected, which must be enclosed in single quotes if it contains whitespaces.
-"[char]" means a single ASCII character is expected. If one of a set of
-pre-defined strings is expected, the legal strings are divided by pipe symbols
-("|").
+in some cases followed by an obligatory argument. Argument fields are described
+below in square brackets. Number ranges are described by the first legal number,
+followed by " to ", followed by the last legal number. "[string]" means any text
+string is expected, which must be enclosed in single quotes if it contains
+whitespaces. "[char]" means a single ASCII character is expected. If one of a
+set of pre-defined strings is expected, the legal strings are divided by pipe
+symbols ("|").
 
 Meta commands
 -------------
-- 
2.30.2