Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[doc] Fix make_dist.py documentation

Change-Id: Ic0bbba0aae2a0e499284e242bc82374663cdcdf4
---
M make_dist.py
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/make_dist.py b/make_dist.py
index cb5c11a..e91cd40 100644
--- a/make_dist.py
+++ b/make_dist.py
@@ -3,21 +3,21 @@

The following options are supported:

--help Print documentation of this file and of setup.py
+-help Print documentation of this file and of setup.py

--local Install the distribution as a local site-package. If a
- Pywikibot package is already there, it will be uninstalled
- first.
+-local Install the distribution as a local site-package. If a
+ Pywikibot package is already there, it will be uninstalled
+ first.

--remote Upload the package to pypi. This cannot be done if the
- Pywikibot version is a development release.
+-remote Upload the package to pypi. This cannot be done if the
+ Pywikibot version is a development release.

--clear Clear old dist folders
+-clear Clear old dist folders

--upgrade Upgrade distribution packages pip, setuptools, wheel and twine
- first
+-upgrade Upgrade distribution packages pip, setuptools, wheel and twine
+ first

--nodist Do not create a distribution. Useful to -clear or -upgrade only.
+-nodist Do not create a distribution. Useful to -clear or -upgrade only.

Usage::


To view, visit change 841904. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ic0bbba0aae2a0e499284e242bc82374663cdcdf4
Gerrit-Change-Number: 841904
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-CC: jenkins-bot
Gerrit-MessageType: merged