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:
parent
e330d960f8
commit
74d36e8334
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user