Skip to content

Commit

Permalink
Change help for --mpi flag
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Apr 14, 2022
1 parent cc0ff60 commit 221aa9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def parse_args(bootstrap):
parser.add_argument("-p", "--python", dest="python", type=str,
help="The python version to deploy")
parser.add_argument("-i", "--mpi", dest="mpi", type=str,
help="The MPI library (nompi, mpich, openmpi or a "
"system flavor) to deploy")
help="The MPI library to deploy, see the docs for "
"details")
parser.add_argument("-c", "--compiler", dest="compiler", type=str,
help="The name of the compiler")
parser.add_argument("--env_only", dest="env_only", action='store_true',
Expand Down

0 comments on commit 221aa9c

Please sign in to comment.