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:
poljakowski 2021-03-02 09:28:50 +01:00
commit 1bc0d912bf
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"