Change default seek behavior: error out, allow to ignore errors with -E xseek.
[tfcrypt.git] / tfc_error.c
index e1793fe0b5ed6e540886334bcb3a3e3272a10ff2..cb8ee057e7f25756e22dc3e512fb4aa94d0a7a11 100644 (file)
@@ -221,7 +221,8 @@ void usage(void)
        tfc_say("      Note that both sync and lsync work only with read errors!");
        tfc_say("  default error action is exit with printing status if not quiet.");
        tfc_say("  -E xall: turn on error actions above for all errors, not just EIO errors.");
-       tfc_say("    This must be a separate option given before usual -E how option.");
+       tfc_say("  -E xseek: ignore positioning and other seek related errors.");
+       tfc_say("    Multiple -E specifiers may be given in separate options.");
        tfc_say("  -O opts: set options (comma separated list):");
        tfc_say("    sync: request a synchronous I/O for a output,");
        tfc_say("    fsync: on each write() call a corresponding fsync(fd),");