Changeset f5c056e


Ignore:
Timestamp:
04/20/2022 06:31:46 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
9a06e3e
Parents:
b398b3f
Message:

Fix option vs parameter in pip3 command explanations

Also remove spaces at the end of lines and a typo

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/markupsafe.xml

    rb398b3f rf5c056e  
    116116          <seg>
    117117
    118             /usr/lib/python&python3-majorver;/site-packages/markupSafe amd
     118            /usr/lib/python&python3-majorver;/site-packages/markupSafe and
    119119            /usr/lib/python&python3-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;.dist-info
    120120          </seg>
  • xincludes/pip3-cmd-explain.xml

    rb398b3f rf5c056e  
    1010
    1111    <para>
    12       <option>-w dist</option>: builds the appropriate
     12      <parameter>-w dist</parameter>: builds the appropriate
    1313      "wheel" for this module in the directory
    1414      <filename class="directory">dist</filename>.
     
    1616
    1717    <para>
    18       <option>--no-build-isolation</option>: tells pip3 to run the
    19       build in the system environment instead of creating a temporary 
     18      <parameter>--no-build-isolation</parameter>: tells pip3 to run the
     19      build in the system environment instead of creating a temporary
    2020      build environment.
    2121    </para>
    2222
    2323    <para>
    24       <option>--no-deps</option>: prevents pip3 from building wheels for
     24      <parameter>--no-deps</parameter>: prevents pip3 from building wheels for
    2525      the project's dependencies.
    2626    </para>
    2727
    2828    <para>
    29       <option>--no-index</option>: ignores the package index
     29      <parameter>--no-index</parameter>: ignores the package index
    3030      (only looking at --find-links URLs instead).
    3131    </para>
    3232
    3333    <para>
    34       <option>--find-links dest</option>: looks for links to archives
    35       such as wheel (.whl) files in the directory 
     34      <parameter>--find-links dest</parameter>: looks for links to archives
     35      such as wheel (.whl) files in the directory
    3636      <filename class="directory">dist</filename>.
    3737    </para>
    3838
    3939    <para>
    40       <option>--no-cache-dir</option>: diables the cache to prevent
     40      <parameter>--no-cache-dir</parameter>: diables the cache to prevent
    4141      a warning when installing as the &root; user.
    4242    </para>
Note: See TracChangeset for help on using the changeset viewer.