Support loading tfcrypt_defs.h variables from file.
[tfcrypt.git] / tfc_error.c
index cb8ee057e7f25756e22dc3e512fb4aa94d0a7a11..6e2dabf30f9a18cc99a6e9cd4ff37abe5b732cd3 100644 (file)
@@ -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 <file>: load tfcrypt defsults from file.");
+       tfc_say("    defaults is text file which defines salt, nr_turns and default mode.");
        tfc_say("  -s <file>: load tfcrypt salt from file.");
        tfc_say("  -s disable: disable key salting at all.");
        tfc_say("  -p: instead of using key, ask for password.");