forked from ungleich-public/cdist
Merge branch 'fix/type/__pyvenv/man-typo' into 'master'
__pyvenv: Fix user example See merge request ungleich-public/cdist!978
This commit is contained in:
commit
1bc0d912bf
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