← Back to team overview

gnome-split-team team mailing list archive

[Branch ~respawneral/gnome-split/mainline] Rev 259: Add a man page with the 2 possible options.

 

------------------------------------------------------------
revno: 259
committer: Guillaume Mazoyer <respawneral@xxxxxxxxx>
branch nick: manpage
timestamp: Fri 2011-08-05 23:28:23 +0200
message:
  Add a man page with the 2 possible options.
  Remove www from website link.
added:
  gnome-split.1
modified:
  src/org/gnome/split/config/Constants.java


--
lp:gnome-split
https://code.launchpad.net/~respawneral/gnome-split/mainline

Your team GNOME Split developers is subscribed to branch lp:gnome-split.
To unsubscribe from this branch go to https://code.launchpad.net/~respawneral/gnome-split/mainline/+edit-subscription
=== added file 'gnome-split.1'
--- gnome-split.1	1970-01-01 00:00:00 +0000
+++ gnome-split.1	2011-08-05 21:28:23 +0000
@@ -0,0 +1,21 @@
+.TH gnome-split 1 "August 2011" "GNOME Split manpage" "User commands"
+.SH NAME
+GNOME Split \- File splitter for GNOME desktop
+.SH SYNOPSIS
+gnome-split [OPTION] [FILE]
+.SH DESCRIPTION
+GNOME Split is a tool that allows you to split files and merge them back. It is
+written in Java and uses a GTK+ user interface (thanks to the java-gnome
+project). The goal is to offer a native implementation of similar projects which
+can handle multiple file formats (e.g. Xtremsplit).
+.SH OPTIONS
+.TP
+\fB\-s\fR, \fB\-\-split\fR
+display the split view
+.TP
+\fB\-m\fR, \fB\-\-merge\fR
+display the merge view
+.SH BUGS
+Oh right, just go check them https://bugs.launchpad.net/gnome-split
+.SH AUTHOR
+Written by Guillaume Mazoyer

=== modified file 'src/org/gnome/split/config/Constants.java'
--- src/org/gnome/split/config/Constants.java	2011-01-04 12:56:24 +0000
+++ src/org/gnome/split/config/Constants.java	2011-08-05 21:28:23 +0000
@@ -45,7 +45,7 @@
     /**
      * Website of the program.
      */
-    public static String PROGRAM_WEBSITE = "http://www.gnome-split.org/";;
+    public static String PROGRAM_WEBSITE = "http://gnome-split.org/";;
 
     /**
      * Logo of the program (as a {@link Pixbuf}).