Skip to content

Commit

Permalink
print --yarpLocalImageManager on --help
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Sep 28, 2016
1 parent f8a47da commit 6a6cfa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/programs/robotDevastation/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ int main(int argc, char *argv[]) {
printf("\t--help (this help)\t--from [file.ini]\t--context [path]\n");
printf("\t--mockupRobotManager //-- Fake robot motors\n");
printf("\t--mockupImageManager //-- Fake robot camera\n");
printf("\t--yarpLocalImageManager //-- Local webcam as camera\n");
return 0;
}

Expand Down

0 comments on commit 6a6cfa9

Please sign in to comment.