Updated the --ref-format bytes usage note to accurately describe REF arguments in amduat_pel_cli.c.

This commit is contained in:
Carl Niklas Rydberg 2025-12-20 21:37:19 +01:00
parent e562bfc63f
commit d9e66ea60c

View file

@ -140,7 +140,7 @@ static void amduat_pel_cli_print_usage(FILE *stream) {
" - Expected type tags: program 0x00000101, trace 0x00000102, result 0x00000103.\n"
" - Encoding profile IDs: program 0x0101, trace 0x0102, result 0x0103.\n"
" - Kernel ops: pel.bytes.concat, pel.bytes.slice, pel.bytes.const, pel.bytes.hash.asl1.\n"
" - --ref-format bytes expects --ref to be a path or '-' (raw reference bytes).\n"
" - --ref-format bytes expects REF arguments to be a path or '-' (raw reference bytes).\n"
" - --inputs-file with --ref-format bytes expects raw concatenated references.\n");
}