diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-10-12 13:17:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-10-12 13:17:21 -0700 |
commit | 9463ca1f1c52ba1fd4b17946a209742685815c68 (patch) | |
tree | 0392dbb67b51fb66209e3dd9610f10e4d3d7ed8f | |
parent | 4c4ef907941bbebb9e4bfa0601b306ab32725519 (diff) | |
download | subsurface-9463ca1f1c52ba1fd4b17946a209742685815c68.tar.gz |
Add a simplistic man page
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | subsurface.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/subsurface.1 b/subsurface.1 new file mode 100644 index 000000000..401796f4a --- /dev/null +++ b/subsurface.1 @@ -0,0 +1,29 @@ +.TH subsurface 1 2011/10/12 +.SH NAME +subsurface +.SH SYNOPSIS +.B subsurface +[options] [FILE...] [-import] [FILE...] +.SH DESCRIPTION +.B subsurface +allows you to manage your dive logs that you can download from your dive computer or import from existing XML files. +.PP +The +.B Dive Profile +and +.B Dive List +tabs can be ripped off from the notebook to create up to three independent windows. +.PP +You can click on the the column headings to sort the dives based on this column. +.PP +Additional dives that get imported will be assigned numbers if they +don't already have numbers, are after all currently stored dives and +the last of those dives is numbered. +.SH OPTIONS +.B -v +show more output during processing +.PP +.B --import +all further files should be processed as import, not open +.SH BUGS +lots. Tell us if you find some. |