forked from ungleich-public/cdist
[type/__pyvenv] Fix example (--user -> --owner)
This commit is contained in:
parent
5e0572189f
commit
8ef19d47f6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ EXAMPLES
|
|||
__pyvenv /home/foo/fooenv --pyvenv /usr/local/bin/pyvenv-3.4
|
||||
|
||||
# Create python virtualenv for user foo.
|
||||
__pyvenv /home/foo/fooenv --group foo --user foo
|
||||
__pyvenv /home/foo/fooenv --group foo --owner foo
|
||||
|
||||
# Create python virtualenv with specific parameters.
|
||||
__pyvenv /home/services/djangoenv --venvparams "--copies --system-site-packages"
|
||||
|
|
Loading…
Reference in a new issue