750: def help
751: help = "minitar list [OPTIONS] <tarfile|-> [<file>+]\n\nLists files in an existing tarfile. If the tarfile is named .tar.gz or\n.tgz, then it will be uncompressed automatically. If the tarfile is \"-\",\nthen it will be read from standard input (stdin) so that minitar may be\npiped.\n\nIf --verbose or --progress is specified, then the file list will be\nsimilar to that produced by the Unix command \"ls -l\".\n\nlist Options:\n--uncompress, -z Uncompresses the tarfile with gzip.\n--sort [<FIELD>], -S Sorts the list of files by the specified\nfield. The sort defaults to the filename.\n--reverse, -R Reverses the sort.\n-l Lists the files in detail.\n\nSort Fields:\nname, mtime, size\n\n"
752: end