[type/__pyvenv] Fix example (--user -> --owner)

This commit is contained in:
Dennis Camera 2021-03-01 17:59:25 +01:00
parent 5e0572189f
commit 8ef19d47f6
1 changed files with 1 additions and 1 deletions

View File

@ -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"