X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_error.c;h=01cca1ac5c153247ae02b86cacbd31abec3cd7af;hb=9ac86c906f37b9b9dce4f018c90d420f947e05a9;hp=ba36658baa08838904bb5c4619b8d496ff3cb38c;hpb=92b6bb91a5be9fc1b4d300f99b239cb8e3a6398d;p=tfcrypt.git diff --git a/tfc_error.c b/tfc_error.c index ba36658..01cca1a 100644 --- a/tfc_error.c +++ b/tfc_error.c @@ -151,6 +151,7 @@ void usage(void) tfc_say(" sync: request a synchronous I/O for a output,"); tfc_say(" fsync: on each write() call a corresponding fsync(fd),"); tfc_say(" trunc: open(O_WRONLY) will truncate output file to zero size."); + tfc_say(" append: open(O_APPEND) will append data to output file."); tfc_say(" pad: pad incomplete (l.t. %u bytes) block with zeroes.", TFC_U(TF_BLOCK_SIZE)); tfc_say(" xtime: copy timestamps from source to destination files."); tfc_say(" gibsize: use SI units of size: 1k = 1000. Applies only to size prefixes."); @@ -317,6 +318,7 @@ void usage(void) tfc_say(" sync: request a synchronous I/O for a output,"); tfc_say(" fsync: on each write() call a corresponding fsync(fd),"); tfc_say(" trunc: open(O_WRONLY) will truncate output file to zero size."); + tfc_say(" append: open(O_APPEND) will append data to output file."); tfc_say(" pad: pad incomplete (l.t. %u bytes) block with zeroes.", TFC_U(TF_BLOCK_SIZE)); tfc_say(" xtime: copy timestamps from source to destination files."); tfc_say(" gibsize: use SI units of size: 1k = 1000. Applies only to size prefixes.");