Skip to content

Commit

Permalink
Added missing usage help paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Aug 26, 2024
1 parent b14fd17 commit 540fc89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/NefConUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,10 @@ int main(int argc, char* argv[])
'\n';
std::cout << " --verbose Turn on verbose/diagnostic logging (optional)" << '\n';
std::cout << '\n';
std::cout << " devcon:" << '\n';
std::cout << " install [INFFile] [HardwareID] Creates and installs a ROOT-enumerated device and driver" <<
'\n';
std::cout << '\n';

#pragma endregion

Expand Down

0 comments on commit 540fc89

Please sign in to comment.