Skip to content

Commit d22193d

Browse files
committed
Changed desc. of --graphics-commands to mention quotations
1 parent 7fb8815 commit d22193d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vpr/src/base/read_options.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,8 @@ argparse::ArgumentParser create_arg_parser(std::string prog_name, t_options& arg
12771277

12781278
gfx_grp.add_argument(args.graphics_commands, "--graphics_commands")
12791279
.help(
1280-
"A set of semi-colon seperated graphics commands.\n"
1280+
"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"
12811282
" Commands:\n"
12821283
" * save_graphics <file>\n"
12831284
" Saves graphics to the specified file (.png/.pdf/\n"

0 commit comments

Comments
 (0)