Skip to content

Commit

Permalink
Update main_CreateList.cpp
Browse files Browse the repository at this point in the history
Update the help to say that if the user provide a focal the unit must be pixels.
  • Loading branch information
pmoulon committed Jun 23, 2014
1 parent 5e9cb83 commit 4b4dcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/SfM/main_CreateList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int main(int argc, char **argv)
<< "[-i|--imageDirectory]\n"
<< "[-d|--sensorWidthDatabase]\n"
<< "[-o|--outputDirectory]\n"
<< "[-f|--focal]\n"
<< "[-f|--focal] (pixels)\n"
<< std::endl;

std::cerr << s << std::endl;
Expand Down

0 comments on commit 4b4dcdd

Please sign in to comment.