Mention x:y ranges in pattern documentation
This commit is contained in:
parent
bfe708a189
commit
5f13d40a2b
1 changed files with 2 additions and 2 deletions
|
@ -72,9 +72,9 @@ As an advanced usage, you can also select the numbered server in a group::
|
||||||
|
|
||||||
webservers[0]
|
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 '~'::
|
Most people don't specify patterns as regular expressions, but you can. Just start the pattern with a '~'::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue