Skip to content

Commit 53ea9ef

Browse files
authored
Update App.cpp
1 parent 742a7d9 commit 53ea9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/App.cpp

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

0 commit comments

Comments
 (0)