Skip to content

Commit 33c40f4

Browse files
committed
Fixed typo
1 parent d22193d commit 33c40f4

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
@@ -1278,7 +1278,7 @@ argparse::ArgumentParser create_arg_parser(std::string prog_name, t_options& arg
12781278
gfx_grp.add_argument(args.graphics_commands, "--graphics_commands")
12791279
.help(
12801280
"A set of semi-colon seperated graphics commands. \n"
1281-
"Commands must be surrounded by quotation marks (e.g. --graphics_commands \"save_graphics.png\")\n"
1281+
"Commands must be surrounded by quotation marks (e.g. --graphics_commands \"save_graphics place.png\")\n"
12821282
" Commands:\n"
12831283
" * save_graphics <file>\n"
12841284
" Saves graphics to the specified file (.png/.pdf/\n"

0 commit comments

Comments
 (0)