1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00

update usage message

mention that we skip directories and files starting with a dot.
This commit is contained in:
Ralf Schmitt 2011-10-07 21:09:58 +02:00
parent e330d960f8
commit 74d36e8334
2 changed files with 6 additions and 2 deletions

@ -56,7 +56,9 @@ pypi-server -h will print a detailed usage message::
pypi-server [OPTIONS] [PACKAGES_DIRECTORY]
start PyPI compatible package server serving packages from
PACKAGES_DIRECTORY. If PACKAGES_DIRECTORY is not given on the
command line, it uses the default ~/packages.
command line, it uses the default ~/packages. pypiserver scans this
directory recursively for packages. It skips packages and
directories starting with a dot.
pypi-server understands the following options:

@ -167,7 +167,9 @@ def usage():
print """pypi-server [OPTIONS] [PACKAGES_DIRECTORY]
start PyPI compatible package server serving packages from
PACKAGES_DIRECTORY. If PACKAGES_DIRECTORY is not given on the
command line, it uses the default ~/packages.
command line, it uses the default ~/packages. pypiserver scans this
directory recursively for packages. It skips packages and
directories starting with a dot.
pypi-server understands the following options: