From d69e0ab53a4f856f2b20fd58ff7ae141984fecbd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 18 Oct 2009 01:24:49 +0200 Subject: command: omitting the range end is possible When the range end is missing, then the maximum possible value is assumed. --- doc/protocol.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index 3db128b1..eb48185e 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -67,6 +67,20 @@ successful command executed in the command list. + +
+ Ranges + + + Some commands (e.g. delete) + allow specifying a range in the form + START:END (the END + item is not included in the range, similar to ranges in the + Python programming language). If END is + omitted, then the maximum possible value is assumed. + +
-- cgit v1.2.3