X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_error.c;h=a00b070328d7aad03311054dccf619067ca9ad45;hb=d659ac85a7c63b7833ab793be2f37fbc4ca7ba6b;hp=4d64afde69f5c3be13151e53a4e12ed6e98aecb0;hpb=5faadb0da4b63d4aa3359cfd97953738ee59a90d;p=tfcrypt.git diff --git a/tfc_error.c b/tfc_error.c index 4d64afd..a00b070 100644 --- a/tfc_error.c +++ b/tfc_error.c @@ -245,7 +245,7 @@ void usage(void) tfc_say(" -w: overwrite source file. If not file, ignored."); tfc_say(" -n TURNS: number of turns to perform in Skein function."); tfc_say(" Default is always defined when building tfcrypt."); - tfc_say(" -C mode: mode of operation: CTR, STREAM, XTS, ECB, CBC, OCB."); + tfc_say(" -C mode: mode of operation: CTR, STREAM, XTS, ECB, CBC."); tfc_say(" Default encryption mode can be changed when building tfcrypt."); tfc_say(" -c opt: initial CTR value initialisation mode:"); tfc_say(" show: do default action, then dump CTR value to stderr,");