We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6d273 commit d9fd924Copy full SHA for d9fd924
1 file changed
winpython/wppm.py
@@ -736,9 +736,7 @@ def main(test=False):
736
"""
737
738
parser = ArgumentParser(
739
- description="WinPython Package Manager: view, install, "
740
- "uninstall or upgrade Python packages on a Windows "
741
- "Python distribution like WinPython.",
+ description="WinPython Package Manager: handle a WinPython Distribution and its packages",
742
formatter_class=RawTextHelpFormatter,
743
)
744
parser.add_argument(
0 commit comments