X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_error.c;fp=tfc_error.c;h=bb477c4883020ddbc3874d330dd418e48640b4d1;hb=ba5ce99d77078a8629779641e8506b74e50fe6af;hp=01cca1ac5c153247ae02b86cacbd31abec3cd7af;hpb=9ac86c906f37b9b9dce4f018c90d420f947e05a9;p=tfcrypt.git diff --git a/tfc_error.c b/tfc_error.c index 01cca1a..bb477c4 100644 --- a/tfc_error.c +++ b/tfc_error.c @@ -148,6 +148,7 @@ void usage(void) tfc_say(" -a: shortcut of -O xtime."); tfc_say(" -l length: read only these first bytes of source."); tfc_say(" -O opts: set options (comma separated list):"); + tfc_say(" ro: open all files only for reading, even those intended for writing,"); 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."); @@ -315,6 +316,7 @@ void usage(void) tfc_say(" Multiple -E specifiers may be given in separate options."); tfc_say(" -o logfile: redirect all messages to logfile instead of stderr."); tfc_say(" -O opts: set options (comma separated list):"); + tfc_say(" ro: open all files only for reading, even those intended for writing,"); 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.");