From bf53e22d7a1797474824855c04e420a4a36b5755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Mal=C3=A1k?= Date: Wed, 17 Jul 2024 22:28:01 +0200 Subject: [PATCH] exeflat: Update usage text for indirect file --- utils/exeflat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/exeflat.c b/utils/exeflat.c index 26d82815..98cfb606 100644 --- a/utils/exeflat.c +++ b/utils/exeflat.c @@ -85,6 +85,8 @@ static void usage(void) printf(" -E(path/to/upxentry.bin) - Omit to force DOS/SYS compression\n"); printf(" -D(path/to/upxdevic.bin) - Omit to force DOS/EXE compression\n"); printf(" -U (command) (parameters) - Specify to use UPX compression\n"); + printf(" @(indirect file) - Specify to use indirect file\n"); + printf(" indirect file format, each line contains single argument\n"); exit(1); }