From eb3d73ffd74451ea2177cea2d3613bd7e77ed40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Sat, 4 Mar 2017 09:23:54 -0500 Subject: [PATCH] Update index.rst --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index d14dd354..aa3af586 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -92,6 +92,8 @@ Caveats Options: --where Output project home information. + --venv Output virtualenv information. + --rm Remove the virtualenv. --bare Minimal output. --three / --two Use Python 3/2 when creating virtualenv. --python TEXT Specify which version of Python virtualenv should use. @@ -116,7 +118,7 @@ Caveats run Spawns a command installed into the... shell Spawns a shell within the virtualenv. uninstall Un-installs a provided package and removes it... - update Updates pip to latest version, uninstalls all.... + update Updates pip to latest version, uninstalls all... ::