Update help text

This commit is contained in:
Uwe Seimet 2023-11-15 18:44:53 +01:00
parent a1546eec83
commit 59f1d9e310
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ bool ScsiExec::Banner(span<char*> args) const
<< " Default is 0.\n"
<< " BID is the PiSCSI board ID (0-7). Default is 7.\n"
<< " FILENAME is the protobuf input data path.\n"
<< " -b signals that the input file is in binary protobuf format instead of JSON format.\n"
<< flush;
return false;