Mention x:y ranges in pattern documentation

This commit is contained in:
Abhijit Menon-Sen 2015-07-31 12:19:25 +05:30
parent bfe708a189
commit 5f13d40a2b

View file

@ -72,9 +72,9 @@ As an advanced usage, you can also select the numbered server in a group::
webservers[0]
Or a portion of servers in a group::
Or a range of servers in a group::
webservers[0-25]
webservers[0:25]
Most people don't specify patterns as regular expressions, but you can. Just start the pattern with a '~'::