X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_error.c;h=001273e1caed36d3b6b6730c73cd9980f2df4b69;hb=347d23692d3a723b69b022d0e2f6cd9ecb388d1c;hp=cb8ee057e7f25756e22dc3e512fb4aa94d0a7a11;hpb=630fb7d8dc740715cdc52114d736d64bf14f0798;p=tfcrypt.git diff --git a/tfc_error.c b/tfc_error.c index cb8ee05..001273e 100644 --- a/tfc_error.c +++ b/tfc_error.c @@ -151,6 +151,8 @@ void usage(void) tfc_say("convert encrypted data into ASCII format to ease transmission."); tfc_say("\n"); tfc_say(" -e, -d: encrypt, decrypt (it maybe required)."); + tfc_say(" -L : load tfcrypt defaults from file."); + tfc_say(" defaults is text file which defines salt, nr_turns and default mode."); tfc_say(" -s : load tfcrypt salt from file."); tfc_say(" -s disable: disable key salting at all."); tfc_say(" -p: instead of using key, ask for password.");