@@ -138,9 +138,9 @@ FLAGS:
138
138
OPTIONS:
139
139
-a <algorithm> [default: Naive]
140
140
[possible values: {variants}]
141
- --graphviz_file <graphviz_file> Generate a graphviz file to visualize the computation
142
- --dump-liveness-graph <liveness_graph_file > Generate a graphviz file to visualize the liveness information
143
- -o, --output <output_directory> Directory where to output resulting tuples
141
+ --graphviz-file <graphviz file> Generate a graphviz file to visualize the computation
142
+ --dump-liveness-graph <graphviz file > Generate a graphviz file to visualize the liveness information
143
+ -o, --output <output_directory> Directory where to output resulting tuples
144
144
145
145
ARGS:
146
146
<fact_dirs>..."# ,
@@ -164,7 +164,7 @@ ARGS:
164
164
show_tuples : args. contains ( "--show-tuples" ) ,
165
165
skip_timing : args. contains ( "--skip-timing" ) ,
166
166
verbose : args. contains ( [ "-v" , "--verbose" ] ) ,
167
- graphviz_file : arg_from_str ( & mut args, "--graphviz_file " ) ?,
167
+ graphviz_file : arg_from_str ( & mut args, "--graphviz-file " ) ?,
168
168
output_directory : arg_from_str ( & mut args, "-o" ) ?. or ( arg_from_str ( & mut args, "--output" ) ?) ,
169
169
liveness_graph_file : arg_from_str ( & mut args, "--dump-liveness-graph" ) ?,
170
170
fact_dirs : args. free ( ) . map_err ( readable_pico_error) ?,
0 commit comments