Skip to content
Snippets Groups Projects
Commit 72d90c94 authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Make --flat option meaningful.

parent 5e080086
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ let option_list = [ ...@@ -71,7 +71,7 @@ let option_list = [
" same as -D"; " same as -D";
"--recursive", Arg.Unit (fun () -> opt_rec_single := Recursive), "--recursive", Arg.Unit (fun () -> opt_rec_single := Recursive),
" recursively extract all dependencies"; " recursively extract all dependencies";
"--flat", Arg.Unit (fun x -> x), "--flat", Arg.Unit (fun () -> opt_modu_flat := Flat),
" perform a flat extraction (default option)"; " perform a flat extraction (default option)";
"--modular", Arg.Unit (fun () -> opt_modu_flat := Modular), "--modular", Arg.Unit (fun () -> opt_modu_flat := Modular),
" perform a modular extraction"; " perform a modular extraction";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment