From 09481279f341b35cbe5ca0f23801a80348e1e20d Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Tue, 17 Nov 2009 13:07:53 +0900 Subject: [PATCH] Simple manpage created with help2man. help2man --no-info --name "Compress and decompress files in RAZip format" ./razip > debian/razip.1 --- debian/razip.1 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 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 -- 2.30.2