Skip to content

Commit eb32635

Browse files
committed
[vpr][base] fix CLI doc
1 parent dad7402 commit eb32635

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
@@ -1633,7 +1633,7 @@ argparse::ArgumentParser create_arg_parser(const std::string& prog_name, t_optio
16331633
.show_in(argparse::ShowIn::HELP_ONLY);
16341634

16351635
file_grp.add_argument(args.read_initial_place_file, "--read_initial_place_file")
1636-
.help("Writes out the the placement chosen by the initial placement algorithm to the specified file")
1636+
.help("Reads the initial placement and continues the rest of the placement process from there.")
16371637
.metavar("INITIAL_PLACE_FILE")
16381638
.show_in(argparse::ShowIn::HELP_ONLY);
16391639

0 commit comments

Comments
 (0)