MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / PrintHelpText

Method PrintHelpText

cpp/scsimon/sm_core.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void 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
83void ScsiMon::Banner() const
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected