X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_error.c;fp=tfc_error.c;h=ba36658baa08838904bb5c4619b8d496ff3cb38c;hb=44bb43b90d7aad1878b20b6c9df848b998820374;hp=ad14e7d0bc23eca1cf7b97230738f628fa8c75e2;hpb=e16562d4f4180c1364181c92d6d8f285f322f12c;p=tfcrypt.git diff --git a/tfc_error.c b/tfc_error.c index ad14e7d..ba36658 100644 --- a/tfc_error.c +++ b/tfc_error.c @@ -329,6 +329,7 @@ void usage(void) tfc_say(" showsecrets: show passwords in plaintext instead of masking them."); tfc_say(" finished: add \"finished\" word before status line when work is finished."); tfc_say(" pid: show %s's process id near it's name in error messages, logs etc.", progname); + tfc_say(" readloops=val: when seekable source ends, reading continues from it's beginning again."); tfc_say(" prompt=str: set main password prompts to this string."); tfc_say(" macprompt=str: set MAC password prompts to this string."); tfc_say(" shorthex: with -H, do not print printable characters, dump only hex string.");