Skip to content

Commit

Permalink
Merge pull request #10279 from chrisburr/patch-3
Browse files Browse the repository at this point in the history
Fix typos in --repodata-fn help text
  • Loading branch information
chenghlee committed Oct 13, 2020
2 parents 5928911 + d3803bd commit 6f43446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/cli/conda_argparse.py
Expand Up @@ -1487,8 +1487,8 @@ def add_parser_channels(p):
help=("Specify name of repodata on remote server. Conda will try "
"whatever you specify, but will ultimately fall back to repodata.json if "
"your specs are not satisfiable with what you specify here. This is used "
"to employ repodata that is reduced in time scope. You may pass this flag"
"more than once. Leftmost entries are tried first, and the fallback to"
"to employ repodata that is reduced in time scope. You may pass this flag "
"more than once. Leftmost entries are tried first, and the fallback to "
"repodata.json is added for you automatically.")
)
return channel_customization_options
Expand Down

0 comments on commit 6f43446

Please sign in to comment.