Updated the --ref-format bytes usage note to accurately describe REF arguments in amduat_pel_cli.c.
This commit is contained in:
parent
e562bfc63f
commit
d9e66ea60c
|
|
@ -140,7 +140,7 @@ static void amduat_pel_cli_print_usage(FILE *stream) {
|
||||||
" - Expected type tags: program 0x00000101, trace 0x00000102, result 0x00000103.\n"
|
" - Expected type tags: program 0x00000101, trace 0x00000102, result 0x00000103.\n"
|
||||||
" - Encoding profile IDs: program 0x0101, trace 0x0102, result 0x0103.\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"
|
" - 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");
|
" - --inputs-file with --ref-format bytes expects raw concatenated references.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue