diff options
Diffstat (limited to 'system/acefile/acefile-unace.1')
-rw-r--r-- | system/acefile/acefile-unace.1 | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/system/acefile/acefile-unace.1 b/system/acefile/acefile-unace.1 new file mode 100644 index 000000000000..ca29026b4d89 --- /dev/null +++ b/system/acefile/acefile-unace.1 @@ -0,0 +1,107 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "ACEFILE-UNACE" 1 "2023-04-18" "0.6.12" "SlackBuilds.org" +.SH NAME +acefile-unace \- extract/view/test ACE archives +.\" RST source for acefile-unace(1) man page. Convert with: +. +.\" rst2man.py acefile-unace.rst > acefile-unace.1 +. +.SH SYNOPSIS +.sp +\fBacefile\-unace\fP [\fB\-h\fP] [\fB\-V\fP] [\fB\-x\fP | \fB\-t\fP | \fB\-l\fP | +\fB\-\-extract\fP | \fB\-\-test\fP | \fB\-\-list\fP | \fB\-\-headers\fP] [\fB\-d\fP +\fIdirectory\fP] [\fB\-p\fP \fIpassword\fP] [\fB\-r\fP | \fB\-\-restore\fP] [\fB\-b\fP | +\fB\-batch\fP] [\fB\-\-debug\fP] \fBace\-file\fP [\fBfile(s)\fP] +.SH DESCRIPTION +.sp +\fBacefile\-unace\fP extracts, views, or tests \fBACE\fP archives, such +as those created by WinACE. It does not allow creating or writing to +archives. +.sp +\fBacefile\-unace\fP supports up to version 2.0 of the ACE archive +format, including the EXE, DELTA, PIC and SOUND modes of ACE 2.0, +password protected archives, and multi\-volume archives. +.sp +The \fBace\-file\fP argument is required. With no options, the default is to +extract all files within \fBace\-file\fP to the current directory. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-h\fP,\fB \-\-help +Show built\-in help message and exit. +.TP +.B \-V\fP,\fB \-\-version +Show version number and exit. +.TP +.B \-\-extract\fP,\fB \-x +Extract files in archive (default). +.TP +.B \-\-test\fP,\fB \-t +Test archive integrity. +.TP +.B \-\-list\fP,\fB \-l +List files in archive. +.TP +.B \-\-headers +Dump archive headers. +.TP +.BI \-d \ directory\fR,\fB \ \-\-basedir \ directory +Base directory for extraction (default: current directory). +.TP +.BI \-p \ password\fR,\fB \ \-\-password \ password +Password for decryption. +.TP +.B \-r\fP,\fB \-\-restore +Restore mtime/atime, attribs and ntsecurity on extraction. +.TP +.B \-b\fP,\fB \-\-batch +Suppress all interactive input. +.TP +.B \-v\fP,\fB \-\-verbose +Be more verbose. +.TP +.B \-\-debug +Show mode transitions and expose internal exceptions. +.UNINDENT +.SH COPYRIGHT +.sp +See the file /usr/doc/acefile\-unace\-0.6.12/LICENSE.md for license information. +.SH AUTHORS +.sp +\fBacefile\-unace\fP was written by Daniel Roethlisberger. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +The acefile\-unace homepage: \fI\%https://pypi.org/project/acefile/\fP +.\" Generated by docutils manpage writer. +. |