[client] add manpage for seaf-cli

pull/122/head
lins05 2013-02-20 15:22:45 +08:00
parent 2fdd3199b6
commit 6a1f2e11d9
6 changed files with 23 additions and 5 deletions

View File

@ -1,5 +1,5 @@
if COMPILE_CLIENT
CLIENT_MANUALS = ccnet.1 seaf-daemon.1 seafile-web.1 seafile-applet.1
CLIENT_MANUALS = ccnet.1 seaf-daemon.1 seafile-web.1 seafile-applet.1 seaf-cli.1
endif
dist_man1_MANS = $(CLIENT_MANUALS)

View File

@ -11,7 +11,7 @@ is the networking daemon of seafile client. It handles the identification and
communication with seafile server.
It's started by seafile-applet(1).
.SH SEE ALSO
seafile-applet(1), seaf-daemon(1), seafile-web(1)
seafile-applet(1), seaf-daemon(1), seafile-web(1), seaf-cli(1)
.SH AUTHOR
Lingtao Pan (freeplant@gmail.com)
.SH WEBSTIE

18
doc/seaf-cli.1 Normal file
View File

@ -0,0 +1,18 @@
.\" Manpage for seafile-client
.\" Contact freeplant@gmail.com to correct errors or typos.
.TH seafile 1 "31 Jan 2013" "Linux" "seafile client man page"
.SH NAME
seaf-cli \- the command line interface for seafile client
.SH SYNOPSIS
seaf-cli [OPTIONS]
.SH DESCRIPTION
.BR seaf-cli
is the command line interface for seafile client.
.SH SEE ALSO
ccnet(1), seafile-applet(1), seaf-daemon(1), seafile-web(1)
.SH AUTHOR
Lingtao Pan (freeplant@gmail.com)
.SH WEBSTIE
http://www.seafile.com
.LP
https://github.com/haiwen/seafile/

View File

@ -10,7 +10,7 @@ seaf-daemon [OPTIONS]
is the daemon of seafile client.
It's started by seafile-applet(1).
.SH SEE ALSO
ccnet(1), seaf-web(1), seafile-applet(1)
ccnet(1), seaf-web(1), seafile-applet(1), seaf-cli(1)
.SH AUTHOR
Lingtao Pan (freeplant@gmail.com)
.SH WEBSTIE

View File

@ -15,7 +15,7 @@ is the client program of seafile. It will start
.BR seafile-web(1)
for you
.SH SEE ALSO
ccnet(1), seaf-daemon(1), seafile-web(1)
ccnet(1), seaf-daemon(1), seafile-web(1), seaf-cli(1)
.SH AUTHOR
Lingtao Pan (freeplant@gmail.com)
.SH WEBSTIE

View File

@ -10,7 +10,7 @@ seafile-web [OPTIONS]
starts the local web interface of the seafile client.
It's started by seafile-applet(1).
.SH SEE ALSO
ccnet(1), seafile-applet(1), seaf-daemon(1)
ccnet(1), seafile-applet(1), seaf-daemon(1), seaf-cli(1)
.SH AUTHOR
Lingtao Pan (freeplant@gmail.com)
.SH WEBSTIE