Skip to content

Commit 0ac0d1e

Browse files
committed
streamzip: update year
1 parent 64a106f commit 0ac0d1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bin/streamzip

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ Usage:
107107
producer | streamzip [OPTIONS] | consumer
108108
producer | streamzip [OPTIONS] -zipfile output.zip
109109
110-
Stream data from stdin, compress into a Zip container, and stream to stdout.
110+
Stream data from stdin, compress into a Zip container, and either stream to stdout, or
111+
write to a named file.
111112
112113
OPTIONS
113114
@@ -131,7 +132,7 @@ OPTIONS
131132
zstd Use LZMA compression [needs IO::Compress::Zstd]
132133
-version Display version number [$VERSION]
133134
134-
Copyright (c) 2019-2021 Paul Marquess. All rights reserved.
135+
Copyright (c) 2019-2022 Paul Marquess. All rights reserved.
135136
136137
This program is free software; you can redistribute it and/or
137138
modify it under the same terms as Perl itself.
@@ -287,7 +288,7 @@ Paul Marquess F<[email protected]>.
287288
288289
=head1 COPYRIGHT
289290
290-
Copyright (c) 2019-2021 Paul Marquess. All rights reserved.
291+
Copyright (c) 2019-2022 Paul Marquess. All rights reserved.
291292
292293
This program is free software; you can redistribute it and/or modify it
293294
under the same terms as Perl itself.

0 commit comments

Comments
 (0)