Skip to content

Commit

Permalink
Fix deviceoffsets help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbishop authored Jan 21, 2018
1 parent a577689 commit 8f8abdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client_commandline/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ void printHelp(int argc, const char* argv[]) {
<< " setdeviceconnection\t\tSets the connection state of a virtual device" << std::endl
<< " setdeviceposition\t\tSets the position of a virtual device" << std::endl
<< " setdevicerotation\t\tSets the rotation of a virtual device" << std::endl
<< " devicetranslationoffset\tConfigure the device translation offset" << std::endl
<< " devicerotationoffset\t\tConfigure the device rotation offset" << std::endl
<< " deviceoffsets\t\t\tConfigure the device translation/rotation offsets" << std::endl
<< " benchmarkipc\t\t\tipc benchmarks" << std::endl;
}

Expand Down

0 comments on commit 8f8abdf

Please sign in to comment.