Skip to content

Commit

Permalink
Removed --dicom_dir as we not longer use/have it.
Browse files Browse the repository at this point in the history
We just use --name for both.
  • Loading branch information
akenmorris committed Mar 24, 2020
1 parent 58904c6 commit 987f823
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Applications/shapeworks/Commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ void ReadImage::buildParser()
parser.prog(prog).description(desc);

parser.add_option("--name").action("store").type("string").set_default("").help("name of file to read");
parser.add_option("--dicom_dir").action("store").type("string").set_default("").help("name of dicom dir to read");

Command::buildParser();
}
Expand Down

0 comments on commit 987f823

Please sign in to comment.