# File lib/archive/tar/minitar/command.rb, line 451
451:     def help
452:       help = "minitar create [OPTIONS] <tarfile|-> <file|directory|-->+\n\nCreates a new tarfile. If the tarfile is named .tar.gz or .tgz, then it\nwill be compressed automatically. If the tarfile is \"-\", then it will be\noutput to standard output (stdout) so that minitar may be piped.\n\nThe files or directories that will be packed into the tarfile are\nspecified after the name of the tarfile itself. Directories will be\nprocessed recursively. If the token \"--\" is found in the list of files\nto be packed, additional filenames will be read from standard input\n(stdin). If any file is not found, the packaging will be halted.\n\ncreate Options:\n--compress, -z  Compresses the tarfile with gzip.\n\n"
453:     end