Skip to content

Commit 2142402

Browse files
committed
subcall complete revamped
1 parent 81418a6 commit 2142402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ int main(int argc, char* argv[]) {
153153

154154
po::options_description subcall("Subcall");
155155
subcall.add_options()
156-
("subcall", po::value<std::string>(), "preproc, detect, alignment, clustering, analysis")
156+
("subcall", po::value<std::string>(), "preproc, detect, alignment, clustering, analysis, complete")
157157
;
158158

159159
po::options_description cmdlineOptions;

0 commit comments

Comments
 (0)