Skip to content

Commit

Permalink
#59 fix typos in streamzip
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Nov 13, 2024
1 parent 4238492 commit e70223e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/streamzip
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ OPTIONS
-method=M Compress using method 'M'.
Valid methods are
store Store without compression
deflate Use Deflate compression [Deflault]
deflate Use Deflate compression [Default]
bzip2 Use Bzip2 compression
lzma Use LZMA compression [needs IO::Compress::Lzma]
xz Use LZMA compression [needs IO::Compress::Xz]
Expand Down Expand Up @@ -207,7 +207,7 @@ Compress using method C<M>.
Valid method names are
* store Store without compression
* deflate Use Deflate compression [Deflault]
* deflate Use Deflate compression [Default]
* bzip2 Use Bzip2 compression
* lzma Use LZMA compression
* xz Use xz compression
Expand Down Expand Up @@ -253,7 +253,7 @@ Check the contents of C<abcd,zip> with the standard C<unzip> utility
22 1 file
Notice how the C<Name> is set to C<->.
That is the default for a few zip utilities whwre the member name is not given.
That is the default for a few zip utilities where the member name is not given.
If you want to explicitly name the file, use the C<-member-name> option as follows
Expand All @@ -275,9 +275,9 @@ backwards/forwards in the file.
A good examples is when you are serving dynamic content from a Web Server
straight into a socket without needing to create a temporary zip file in
the filesystsm.
the filesystem.
Similarly if your workfow uses a Linux pipelined commands.
Similarly if your workflow uses a Linux pipelined commands.
=head1 SUPPORT
Expand Down

0 comments on commit e70223e

Please sign in to comment.