Skip to content

Commit

Permalink
update create_clone help message
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Apr 11, 2017
1 parent a6b4e2a commit 6ecf62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_clone
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def parse_command_line(args):
"is assumed to be under then current working directory ")

parser.add_argument("--keepexe", "-keepexe", action="store_true",
help="Sets EXEROOT to point to original build")
help="Sets EXEROOT to point to original build, it is highly recommended that the original case be built before cloning if using the --keepexe flag")

parser.add_argument("--mach-dir", "-mach_dir",
help="Specify the locations of the Machines directory, other than the default"
Expand Down

0 comments on commit 6ecf62e

Please sign in to comment.