Merge pull request #3052 from dirkmueller/gzip_keep
Keep original file if -c or --stdout is given
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ the last one takes effect.
|
||||
disable input and output checks. Allows overwriting existing files, input
|
||||
from console, output to stdout, operating on links, block devices, etc.
|
||||
* `-c`, `--stdout`:
|
||||
write to standard output (even if it is the console)
|
||||
write to standard output (even if it is the console); keep original files unchanged.
|
||||
* `--[no-]sparse`:
|
||||
enable / disable sparse FS support,
|
||||
to make files with many zeroes smaller on disk.
|
||||
|
||||
Reference in New Issue
Block a user