mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-04 12:01:02 +02:00
rpc-cli man page
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
3e3cb12c06
commit
60d8f416a7
@ -215,6 +215,8 @@ latex_documents = [
|
||||
man_pages = [
|
||||
('index', 'ryu', u'ryu Documentation',
|
||||
[u'ryu development team'], 1),
|
||||
('man/rpc_cli', 'rpc-cli', u'a simple msgpack-rpc client',
|
||||
[u'ryu development team'], 1),
|
||||
('man/ryu_manager', 'ryu-manager', u'ryu manager',
|
||||
[u'ryu development team'], 1),
|
||||
]
|
||||
|
||||
20
doc/source/man/rpc_cli.rst
Normal file
20
doc/source/man/rpc_cli.rst
Normal file
@ -0,0 +1,20 @@
|
||||
:orphan:
|
||||
|
||||
rpc-cli manual page
|
||||
===================
|
||||
|
||||
Synoposis
|
||||
---------
|
||||
**rpc-cli** [*options*]
|
||||
|
||||
Description
|
||||
-----------
|
||||
:program:`rpc-cli` is a simple msgpack-rpc client.
|
||||
|
||||
Options
|
||||
-------
|
||||
-h, --help
|
||||
|
||||
Author
|
||||
------
|
||||
Ryu development team
|
||||
Loading…
x
Reference in New Issue
Block a user