| 75 | } |
| 76 | |
| 77 | void ScsiMon::PrintHelpText(const vector<char *> &args) const |
| 78 | { |
| 79 | spdlog::info("SCSI Target Emulator PiSCSI (SCSI Monitor Capture Tool)\n\n"); |
| 80 | spdlog::info("Usage: " + string(args[0]) + " -i [input file json] -b [buffer size] [output file]\n\n"); |
| 81 | } |
| 82 | |
| 83 | void ScsiMon::Banner() const |
| 84 | { |
nothing calls this directly
no outgoing calls
no test coverage detected