From d9e66ea60c8e674171eeb9ff014e7b25a9fcc9be Mon Sep 17 00:00:00 2001 From: Carl Niklas Rydberg Date: Sat, 20 Dec 2025 21:37:19 +0100 Subject: [PATCH] Updated the --ref-format bytes usage note to accurately describe REF arguments in amduat_pel_cli.c. --- src/tools/amduat_pel_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/amduat_pel_cli.c b/src/tools/amduat_pel_cli.c index 6db2bf8..2286c09 100644 --- a/src/tools/amduat_pel_cli.c +++ b/src/tools/amduat_pel_cli.c @@ -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"); }