Fix command-line for the demodularizer.

Closes PR 12731.

original commit: 16d40c3170
This commit is contained in:
Eli Barzilay 2012-04-28 05:23:18 -04:00
parent ac6210c42e
commit d0f469f166

View File

@ -115,6 +115,7 @@ Here's the idea:
#:multi
[("-e" "--exclude-modules") path "Exclude <path> from flattening"
(current-excluded-modules (set-add (current-excluded-modules) path))]
#:once-each
[("-o") dest-filename "Write output as <dest-filename>"
(output-file (string->path dest-filename))]
#:args (filename)