Skip to content

Commit

Permalink
Merge pull request matzman666#68 from dcbishop/patch-1
Browse files Browse the repository at this point in the history
Fix deviceoffsets help message.
  • Loading branch information
matzman666 authored Jan 24, 2018
2 parents a577689 + 8f8abdf commit de7e1ec
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 de7e1ec

Please sign in to comment.