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