Specifies the type of archive.
-t{archive_type}
Note: gzip or bzip2 formats support only one file per archive. So if you need to compress more than one file to these formats, create tar archive before and then compress it with selected format.
7z a -tzip archive.zip *.txt
adds all *.txt files from current directory to zip archive archive.zip.