Skip to content

Commit

Permalink
Aarghh, one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Aug 29, 2024
1 parent 9f79652 commit e448634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tools/docprep
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,9 @@
(define (main args)
(define language 'en)
(let-args (cdr args)
([outfile "o=s{FILE}"
([outfile "o=s"
;; TRANSIENT: See above comment
;; "o=s{FILE}"
;; ? "Writes output to {FILE} instead of stdout."
]
[#f "en" => (^[] (set! language 'en))
Expand Down

0 comments on commit e448634

Please sign in to comment.