X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gunzip.in;h=d0efd2d86306cb424aa88c3d1d4ad3c0b5ad4fbe;hb=e6516c537071ac28b3e8e12439fbaf54bfe4fbd0;hp=cba0a35746bd6f124eb5d53e4c709740fe2aa3d1;hpb=cf688dd1054b6f1a468cdecb831b06c19e87c816;p=debian%2Fgzip diff --git a/gunzip.in b/gunzip.in index cba0a35..d0efd2d 100644 --- a/gunzip.in +++ b/gunzip.in @@ -1,7 +1,7 @@ #!/bin/sh # Uncompress files. This is the inverse of gzip. -# Copyright (C) 2007, 2010-2015 Free Software Foundation, Inc. +# Copyright (C) 2007, 2010-2016 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -45,6 +45,7 @@ Mandatory arguments to long options are mandatory for short options too. -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