Skip to content

Commit 781ebe6

Browse files
authored
Update App_CUDA.cu
1 parent 1a4d2b6 commit 781ebe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/App_CUDA.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ int main(int argc, char** argv)
99
p.add<std::string>("rightcam", 'r',"Right camera image folder", true);
1010
p.add<std::string>("leftconfig", 'L',"Left camera configuration file", true);
1111
p.add<std::string>("rightconfig", 'R',"Right camera configuration file", true);
12-
p.add<std::string>("output", 'o',"Right camera configuration file", true);
12+
p.add<std::string>("output", 'o',"Output folder", true);
1313
p.add<std::string>("format", 'f',"Suffix of image files, e.g. jpg", true);
1414
p.add<size_t>("width", 'w',"Projector width", true);
1515
p.add<size_t>("height", 'h',"Projector height", true);

0 commit comments

Comments
 (0)