Mark up command line options

This commit is contained in:
Zearin
2014-04-11 11:32:33 -04:00
parent f010d20802
commit ba34421d66
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ cx_Freeze yes yes yes yes PSF no yes yes
.. note::
All solutions need MS Visual C++ dll to be installed on target machine.
Only Pyinstaller makes self-executable exe that bundles the dll when
passing ``--onefile`` to :file:`Configure.py`.
passing :option:`--onefile` to :file:`Configure.py`.
Windows
-------
+1 -1
View File
@@ -67,7 +67,7 @@ pypiserver
`Pypiserver <https://pypi.python.org/pypi/pypiserver>`_ is a minimal PyPI compatible server.
It can be used to serve a set of packages to easy_install or pip. It includes helpful
features like an administrative command (``-U``) which will update all its packages to their
features like an administrative command (:option:`-U`) which will update all its packages to their
latest versions found on PyPI.