Skip to content

Commit

Permalink
Updated usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Feb 21, 2025
1 parent 0a50401 commit c95e082
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/NefConUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,12 @@ int main(int argc, char* argv[])
std::cout << " --find-hwid Shows one or more devices matching a partial Hardware ID" << '\n';
std::cout << " ---hardware-id (Partial) Hardware ID of the device to match against (required)" <<
'\n';
std::cout << " --enable-bluetooth-service Enables a local Bluetooth service" << '\n';
std::cout << " --service-name The service name" << '\n';
std::cout << " --service-guid The service GUID" << '\n';
std::cout << " --disable-bluetooth-service Disables a local Bluetooth service" << '\n';
std::cout << " --service-name The service name" << '\n';
std::cout << " --service-guid The service GUID" << '\n';
std::cout << " -v, --version Display version of this utility" << '\n';
std::cout << '\n';
std::cout << " logging:" << '\n';
Expand Down

0 comments on commit c95e082

Please sign in to comment.