mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-08 11:57:44 +08:00
[client] add manpage for seaf-cli
This commit is contained in:
parent
2fdd3199b6
commit
6a1f2e11d9
@ -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)
|
@ -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
18
doc/seaf-cli.1
Normal 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/
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user