~ubuntu-branches/ubuntu/maverick/wmnet/maverick

« back to all changes in this revision

Viewing changes to patch

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Frauenfelder
  • Date: 2006-04-20 21:47:31 UTC
  • Revision ID: james.westby@ubuntu.com-20060420214731-3n57hovf2n24fybs
Tags: 1.05-13
Remove references to /usr/X11R6/* from debian/dirs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
zcat 1.3.5
 
2
(2002-09-30)
 
3
usage: zcat [-cdfhlLnNrtvV19] [-S suffix] [file ...]
 
4
 -c --stdout      write on standard output, keep original files unchanged
 
5
 -d --decompress  decompress
 
6
 -f --force       force overwrite of output file and compress links
 
7
 -h --help        give this help
 
8
 -l --list        list compressed file contents
 
9
 -L --license     display software license
 
10
 -n --no-name     do not save or restore the original name and time stamp
 
11
 -N --name        save or restore the original name and time stamp
 
12
 -q --quiet       suppress all warnings
 
13
 -r --recursive   operate recursively on directories
 
14
 -S .suf  --suffix .suf     use suffix .suf on compressed files
 
15
 -t --test        test compressed file integrity
 
16
 -v --verbose     verbose mode
 
17
 -V --version     display version number
 
18
 -1 --fast        compress faster
 
19
 -9 --best        compress better
 
20
    --rsyncable   Make rsync-friendly archive
 
21
 file...          files to (de)compress. If none given, use standard input.
 
22
Report bugs to <bug-gzip@gnu.org>.