fix the spelling of vim's flavor in the example

This commit is contained in:
Daniel Jakots 2016-01-28 21:54:25 +01:00
parent 36be779888
commit d24721f651

View file

@ -77,7 +77,7 @@ EXAMPLES = '''
- openbsd_pkg: name=nmap state=present build=yes
# Specify a pkg flavour with '--'
- openbsd_pkg: name=vim--nox11 state=present
- openbsd_pkg: name=vim--no_x11 state=present
# Specify the default flavour to avoid ambiguity errors
- openbsd_pkg: name=vim-- state=present