Skip to content

Commit d90d33a

Browse files
committed
Undocumentt -Sdescribe
1 parent 9057cea commit d90d33a

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ clj has both stable and prerelease versions. Current and former stable build are
77

88
Prerelease versions: none
99

10+
* Next:
11+
* Undocument -Sdescribe
12+
1013
**Current stable version:**
1114

1215
* **1.12.1.1543 on Jun 3, 2025**

doc/clojure.1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ Force recomputation of the classpath (don't use the cache)
104104
.BI \-Sverbose
105105
Print important path info to console
106106

107-
.TP
108-
.BI \-Sdescribe
109-
Print environment and command parsing info as data
110-
111107
.TP
112108
.BI \-Sthreads\ N
113109
Set specific number of download threads

src/main/resources/clojure/install/ClojureTools.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ clj-opts:
215215
-Srepro Use only the local deps.edn (ignore other config files)
216216
-Sforce Force recomputation of the classpath (don't use the cache)
217217
-Sverbose Print important path info to console
218-
-Sdescribe Print environment and command parsing info as data
219218
-Sthreads Set specific number of download threads
220219
-Strace Write a trace.edn file that traces deps expansion
221220
-- Stop parsing dep options and pass remaining arguments to clojure.main

src/main/resources/clojure/install/clojure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ if "$help"; then
233233
-Srepro Ignore the ~/.clojure/deps.edn config file
234234
-Sforce Force recomputation of the classpath (don't use the cache)
235235
-Sverbose Print important path info to console
236-
-Sdescribe Print environment and command parsing info as data
237236
-Sthreads Set specific number of download threads
238237
-Strace Write a trace.edn file that traces deps expansion
239238
-- Stop parsing dep options and pass remaining arguments to clojure.main

0 commit comments

Comments
 (0)