Merge pull request #1567 from danieljakots/devel

fix the spelling of vim's flavor in the example
This commit is contained in:
Brian Coca 2016-01-28 15:59:40 -05:00
commit fff5ae6994

View file

@ -77,7 +77,7 @@ EXAMPLES = '''
- openbsd_pkg: name=nmap state=present build=yes - openbsd_pkg: name=nmap state=present build=yes
# Specify a pkg flavour with '--' # 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 # Specify the default flavour to avoid ambiguity errors
- openbsd_pkg: name=vim-- state=present - openbsd_pkg: name=vim-- state=present