[stegosuite] 01/08: update manpage

Tobias Ilte menosmalo-guest at moszumanska.debian.org
Fri Oct 13 12:21:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

menosmalo-guest pushed a commit to branch master
in repository stegosuite.

commit 964396c4b0e8d5a0ee021390a092aa57c1285f19
Author: Tobias Ilte <tobias at stegosuite.org>
Date:   Fri Oct 13 14:04:23 2017 +0200

    update manpage
---
 debian/man/stegosuite.1 | 61 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 55 insertions(+), 6 deletions(-)

diff --git a/debian/man/stegosuite.1 b/debian/man/stegosuite.1
index 5ff6e6c..dfd3d23 100644
--- a/debian/man/stegosuite.1
+++ b/debian/man/stegosuite.1
@@ -1,11 +1,60 @@
-.TH stegosuite 1 "12 June 2016" "version 0.7.3" "Stegosuite(1) Man Pages"
+.TH stegosuite 1 "13 October 2017" "version 0.8.0" "Stegosuite(1) Man Pages"
 .SH NAME
-Stegosuite \- Steganography tool to hide information in image files
+stegosuite \- Steganography tool to hide information in image files
+.SH SYNOPSIS
+.B stegosuite
+\fB\-c\fR
+[\fB\-\-disable\-noise\-detection]
+.IR imagefile
+.br
+.B stegosuite
+\fB\-e\fR
+[\fB\-m \fImessage\fR]
+[\fB\-f \fIfile\fR [...]]
+[\fB\-k \fIkey\fR]
+[\fB\-\-disable\-noise\-detection]
+.IR imagefile
+.br
+.B stegosuite
+\fB\-x\fR
+[\fB\-m \fImessage\fR]
+[\fB\-f \fIfile\fR [...]]
+[\fB\-k \fIkey\fR]
+[\fB\-\-disable\-noise\-detection]
+.IR imagefile
+
 .SH DESCRIPTION
 .PP
 Stegosuite is a graphical steganography tool to easily hide information in
 image files. It allows the embedding of text messages and multiple files of any
-type. In addition, the embedded data is encrypted using AES.
-Currently supported file types are BMP, GIF and JPG.
-.br
-Stegosuite is written in Java and utilizes the SWT toolkit for its interface.
+type. In addition, the embedded data is encrypted using AES. Currently
+supported file types are BMP, GIF, JPG and PNG.
+.TP
+\fB\-c\fR,\-\-capacity
+shows the maximum amount of data which can
+be embededded
+.TP
+\fB\-e\fR,\-\-embed
+embed data into image
+.TP
+\fB\-x\fR,\-\-extract
+extract data from image
+.TP
+\fB\-f \fIfile\fR [...],\-\-files \fIfile\fR [...]
+files to embed
+.TP
+\fB\-m \fImessage\fR,\-\-message \fImessage\fR
+message to embed
+.TP
+\fB\-k \fIsecret_key\fR,\-\-key \fIsecret_key\fR
+secret key used for encrytion and hiding
+.TP
+\fB\-\-disable\-noise\-detection\fR
+disables the automatic avoidance of
+homogeneous areas
+.TP
+\fB\-h\fR,\-\-help
+displays a help message
+.TP
+\fB\-d\fR,\-\-debug
+show debug information

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stegosuite.git



More information about the pkg-java-commits mailing list