Skip to content

Commit

Permalink
rewording
Browse files Browse the repository at this point in the history
Co-authored-by: David Allsopp <david.allsopp@metastack.com>
  • Loading branch information
rjbou and dra27 authored Jan 8, 2021
1 parent aaadb4c commit a9d52a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/client/opamCommands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1942,10 +1942,10 @@ let repository cli =
enable a repository only to install its switches, you may be \
looking for $(b,opam switch create --repositories=REPOS).";
"remove", `remove, ["NAME..."],
"Unselects the given repositories so that they will not be used to get \
package definitions anymore. With $(b,--all), makes opam forget about \
these repositories completely. When last repository is removed, it is \
removed and replaced by global default repository ";
"Removes the given repositories from the selected scopes (the default scope is the current switch, \
see $(b,--this-switch)). Repositories are removed completely with $(b,--all-switches). \
If the last repository is removed in the current switch scope, then the selection of \
repositories is restored to the default selection ($(b,opam list --set-default)).";
"set-repos", `set_repos, ["NAME..."],
"Explicitly selects the list of repositories to look up package \
definitions from, in the specified priority order (overriding previous \
Expand Down

0 comments on commit a9d52a8

Please sign in to comment.