Merge pull request #11811 from amenonsen/fixme-range

FIXME in host range parsing
This commit is contained in:
Brian Coca 2015-08-12 09:06:39 -04:00
commit 8e30e3791e
2 changed files with 7 additions and 8 deletions

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 '~'::