summaryrefslogtreecommitdiff
path: root/zcat.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-02-27 23:58:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-02-28 00:02:57 -0800
commite6516c537071ac28b3e8e12439fbaf54bfe4fbd0 (patch)
treed14cc2575b8e531967f6913922cd8232a5d8b9b0 /zcat.in
parent8e951439dd320eb8cb5d543d6904ce55d9b6b32d (diff)
downloadgzip-e6516c537071ac28b3e8e12439fbaf54bfe4fbd0.tar.gz
gzip: new option --synchronous
This follows up on the earlier patch to avoid data loss near the system crashes. It makes the new behavior optional, with the default off. See: http://bugs.gnu.org/22768 * NEWS, doc/gzip.texi (Sample, Invoking gzip), gunzip.in (usage): * gzip.1, zcat.in (usage): Document this. * gzip.c (synchronous): New static var. (SYNCHRONOUS_OPTION): New constant. (longopts, help, main, treat_file): Add support for --synchronous.
Diffstat (limited to 'zcat.in')
-rw-r--r--zcat.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/zcat.in b/zcat.in
index be6577f..75660e5 100644
--- a/zcat.in
+++ b/zcat.in
@@ -39,6 +39,7 @@ Uncompress FILEs to standard output.
-q, --quiet suppress all warnings
-r, --recursive operate recursively on directories
-S, --suffix=SUF use suffix SUF on compressed files
+ --synchronous synchronous output (safer if system crashes, but slower)
-t, --test test compressed file integrity
-v, --verbose verbose mode
--help display this help and exit