Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharsubramanyam committed May 7, 2016
1 parent 41ec9c2 commit 71e612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
int main(int argc, char **argv) {
// Parse the command line arguments.
cli::Parser parser(argc, argv);
parser.set_required<std::string>("m", "The mode that the tracker should be run in: either tracker, plotter, annotater");
parser.set_required<std::string>("m", "The mode that the tracker should be run in: either tracker, plotter, ground_truth");

// Arguments common to all modes.
parser.set_required<std::string>("i", "input video");
Expand Down

0 comments on commit 71e612c

Please sign in to comment.