]> git.sesse.net Git - casparcg/commitdiff
docs: Fixed OK return code descriptions.
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sat, 18 Feb 2012 14:34:32 +0000 (14:34 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sat, 18 Feb 2012 14:34:32 +0000 (14:34 +0000)
source/commands.rst

index a751816f73c9c18bdb6a34d7c88be8b74d52b6a5..f29bc67240da048025b3cf6985f3a04bd20e7bcc 100644 (file)
@@ -51,9 +51,9 @@ Information
 ==========\r
 Successful\r
 ==========\r
-* 200 [command] OK      - The command has been executed\r
+* 200 [command] OK      - The command has been executed and several lines of data are being returned (terminated by an empty line).\r
 * 201 [command] OK      - The command has been executed and a line of data is being returned\r
-* 202 [command] OK      - The command has been executed and several lines of data are being returned (terminated by an empty line).\r
+* 202 [command] OK      - The command has been executed\r
 \r
 ============\r
 Client Error\r