Skip to content

Commit ee93e4e

Browse files
committed
docstring tweaks
1 parent d8bb47b commit ee93e4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/clojure/tools/tools/api.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
If :lib and :as are provided, the latest version of that lib will be installed
9797
with that tool name, replacing any existing tool by that name.
9898
If no args are provided, install the newest version of all tools.
99-
Optionally :coord may be provided to accommodate privately hosted repositories
100-
or other unresolvable urls.
99+
Optionally :coord may be provided for information not inferrable from the
100+
lib name, such as a custom git url.
101101
102102
The latest version is determined by listing the versions in semver order,
103103
filtering out versions with special strings, and choosing the last one.
@@ -111,7 +111,7 @@
111111
Options:
112112
:tool tool-name - currently installed tool
113113
:lib lib-name - mvn lib or git lib with inferrable url
114-
:coord - map (git coords may omit sha)
114+
:coord - coord map if needed (note: git coords may omit sha)
115115
:as - tool name
116116
117117
Example:

0 commit comments

Comments
 (0)