diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-08 01:58:20 +0100 |
commit | c1251c5abd9f8eb4a0256a7a92f72aa7aa8518eb (patch) | |
tree | b33c2a6a7020f677cb58899884cb349bfe223ad0 /dilos/tdeutils/debian/man/ark-trinity.1 | |
parent | 152db2820bbff10ccebcb24ed940cb051ba8ecf6 (diff) | |
download | tde-packaging-c1251c5abd9f8eb4a0256a7a92f72aa7aa8518eb.tar.gz tde-packaging-c1251c5abd9f8eb4a0256a7a92f72aa7aa8518eb.zip |
DilOS: tdeutils build pack
Signed-off-by: Denis Kozadaev <[email protected]>
Diffstat (limited to 'dilos/tdeutils/debian/man/ark-trinity.1')
-rw-r--r-- | dilos/tdeutils/debian/man/ark-trinity.1 | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/dilos/tdeutils/debian/man/ark-trinity.1 b/dilos/tdeutils/debian/man/ark-trinity.1 new file mode 100644 index 000000000..d738284f4 --- /dev/null +++ b/dilos/tdeutils/debian/man/ark-trinity.1 @@ -0,0 +1,82 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH Ark "1" "May 2006" "Ark" "User Commands" +.SH NAME +Ark \- manual page for Ark +.SH SYNOPSIS +.B ark +[\fIQt-options\fR] [\fITDE-options\fR] [\fITDE-tempfile-options\fR] [\fIoptions\fR] [\fIfolder\fR] [\fIfiles\fR] [\fIarchive\fR] +.SH DESCRIPTION +TDE Archiving tool +Ark is a graphical program for managing various archive formats within the +TDE environment. Archives can be viewed, extracted, created and modified +from within Ark. +The program can handle various formats such as tar, gzip, bzip2, zip, rar and +lha (if the appropriate command-line programs are installed). +Ark can work closely with Konqueror in the TDE environment to handle archives, +if you install the Konqueror Integration plugin available in the konq-plugins +package. +.SS "Generic options" +.TP +\fB\-\-help\fR +Show help about options +.TP +\fB\-\-help\-qt\fR +Show Qt specific options +.TP +\fB\-\-help\-tde\fR +Show TDE specific options +.TP +\fB\-\-help\-tde\-tempfile\fR +Show TDE\-tempfile specific options +.TP +\fB\-\-help\-all\fR +Show all options +.TP +\fB\-\-author\fR +Show author information +.TP +\fB\-v\fR, \fB\-\-version\fR +Show version information +.TP +\fB\-\-license\fR +Show license information +.TP +\fB\-\-\fR +End of options +.SH OPTIONS +.TP +\fB\-\-extract\fR +Open extract dialog, quit when finished +.TP +\fB\-\-extract\-to\fR +Extract 'archive' to 'folder'. Quit when finished. +\&'folder' will be created if it does not exist. +.TP +\fB\-\-add\fR +Ask for the name of the archive to add 'files' to. Quit when finished. +.TP +\fB\-\-add\-to\fR +Add 'files' to 'archive'. Quit when finished. +\&'archive' will be created if it does not exist. +.TP +\fB\-\-guess\-name\fR +Used with '\-\-extract\-to'. When specified, 'archive' +will be extracted to a subfolder of 'folder' +whose name will be the name of 'archive' without the filename extension. +.SS "Arguments" +.TP +folder +Folder to extract to +.TP +files +Files to be added +.TP +archive +Open 'archive' +.SH AUTHOR +Ark was written by Matthias Elter <[email protected]> and many others. +.br +Ark is released under the GNU General Public License. +.PP +This manual page was written by Sune Vuorela <[email protected]> +for the Debian Project, and is released under the same terms as the program. |