From 0665a359aa95ccc5386a1bb7cad42909fc2cca86 Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Tue, 7 Feb 2017 20:12:59 +0100 Subject: [PATCH] "--rt-prio" renamed to "--priority=rt" --- programs/zstdcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 30391eb0e..604e4c5f2 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -357,7 +357,7 @@ int main(int argCount, const char* argv[]) if (!strcmp(argument, "--no-dictID")) { FIO_setDictIDFlag(0); continue; } if (!strcmp(argument, "--keep")) { FIO_setRemoveSrcFile(0); continue; } if (!strcmp(argument, "--rm")) { FIO_setRemoveSrcFile(1); continue; } - if (!strcmp(argument, "--rt-prio")) { setRealTimePrio = 1; continue; } + if (!strcmp(argument, "--priority=rt")) { setRealTimePrio = 1; continue; } /* long commands with arguments */ #ifndef ZSTD_NODICT