X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_error.c;h=8e4148251f0a4e15d3f95df252fd8b72b81230b5;hb=7274f5687aeae3d14e686cff6fb8626e644b09c9;hp=953ba0725a648f1079be4d5cd0ac2ec76f63a5c6;hpb=b0637473e28d682b2ec870dd62cc05eb749842d0;p=tfcrypt.git diff --git a/tfc_error.c b/tfc_error.c index 953ba07..8e41482 100644 --- a/tfc_error.c +++ b/tfc_error.c @@ -281,6 +281,8 @@ void usage(void) tfc_say(" -v: print number of read and written encrypted bytes, and explain stages."); tfc_say(" -V seconds: activate timer that will repeatedly print statistics to stderr."); tfc_say(" -a: shortcut of -O xtime."); + tfc_say(" -g: same as '-e -C stream -c rand' or '-d -C stream -c head', depending on mode."); + tfc_say(" -j: same as '-e -C ctr -c rand' or '-d -C ctr -c head', depending on mode."); tfc_say(" -l length: read only these first bytes of source."); tfc_say(" -r : specify random source instead of /dev/urandom."); tfc_say(" -R nr_bytes: generate nr_bytes of random bytes suitable for use as key data.");