Skip to content

Commit e86c68f

Browse files
committed
fix typo
Signed-off-by: Dusty DeWeese <[email protected]>
1 parent 3e7199d commit e86c68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/base/read_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ argparse::ArgumentParser create_arg_parser(std::string prog_name, t_options& arg
19391939
" * degree_bfs: sort by degree and then by BFS\n"
19401940
" * random_shuffle: a random shuffle\n")
19411941
.default_value("none")
1942-
.choices({"node", "degree_bfs", "random_shuffle"})
1942+
.choices({"none", "degree_bfs", "random_shuffle"})
19431943
.show_in(argparse::ShowIn::HELP_ONLY);
19441944

19451945
route_grp.add_argument(args.reorder_rr_graph_nodes_threshold, "--reorder_rr_graph_nodes_threshold")

0 commit comments

Comments
 (0)