From: Charles Plessy Date: Tue, 17 Nov 2009 04:07:53 +0000 (+0900) Subject: Simple manpage created with help2man. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=samtools.git;a=commitdiff_plain;h=09481279f341b35cbe5ca0f23801a80348e1e20d Simple manpage created with help2man. help2man --no-info --name "Compress and decompress files in RAZip format" ./razip > debian/razip.1 --- diff --git a/debian/razip.1 b/debian/razip.1 new file mode 100644 index 0000000..663e7df --- /dev/null +++ b/debian/razip.1 @@ -0,0 +1,43 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH RAZIP "1" "November 2009" "razip " "User Commands" +.SH NAME +razip \- Compress and decompress files in RAZip format +.SH SYNOPSIS +.B razip +[\fIoptions\fR] [\fIfile\fR] ... +.SH DESCRIPTION +Options: \fB\-c\fR write on standard output, keep original files unchanged +.TP +\fB\-d\fR +decompress +.TP +\fB\-l\fR +list compressed file contents +.TP +\fB\-b\fR INT +decompress at INT position in the uncompressed file +.TP +\fB\-s\fR INT +decompress INT bytes in the uncompressed file +.TP +\fB\-h\fR +give this help +.PP +Usage: razip [options] [file] ... +.PP +Options: \fB\-c\fR write on standard output, keep original files unchanged +.TP +\fB\-d\fR +decompress +.TP +\fB\-l\fR +list compressed file contents +.TP +\fB\-b\fR INT +decompress at INT position in the uncompressed file +.TP +\fB\-s\fR INT +decompress INT bytes in the uncompressed file +.TP +\fB\-h\fR +give this help