Skip to content

Commit

Permalink
Added a reference to the man page on the help screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEGrayson committed Oct 23, 2012
1 parent f71ed17 commit 9f42a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minimu9-ahrs.cpp
Expand Up @@ -220,6 +220,7 @@ int main(int argc, char *argv[])
if(options.count("help"))
{
std::cout << desc << std::endl;
std::cout << "For more information, run: man minimu9-ahrs" << std::endl;
return 0;
}

Expand Down

0 comments on commit 9f42a07

Please sign in to comment.