home · contact · privacy
Fix wrong language in SERVER_COMMANDS file.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 24 Jul 2014 04:01:46 +0000 (06:01 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 24 Jul 2014 04:01:46 +0000 (06:01 +0200)
SERVER_COMMANDS

index 585804df0a364158227c691a37df296405d979f9..cab9cd16d058ddda21e84b1d47baa8f98c760c82 100644 (file)
@@ -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
 -------------