diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-09-19 14:21:20 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-09-19 14:21:20 +0200 |
commit | d6cc65544f2325b62c39f3f1b89b982ea2d64463 (patch) | |
tree | 9abf20699866bb915b21e022208dbf927cb93d25 /doc | |
parent | a02bd2afde5c5da751202df880f1d6c272391523 (diff) | |
download | connman-d6cc65544f2325b62c39f3f1b89b982ea2d64463.tar.gz connman-d6cc65544f2325b62c39f3f1b89b982ea2d64463.tar.bz2 connman-d6cc65544f2325b62c39f3f1b89b982ea2d64463.zip |
doc: Remove interactive command from client documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/connmanctl.1 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/connmanctl.1 b/doc/connmanctl.1 index 08aa0751..b71c6e62 100644 --- a/doc/connmanctl.1 +++ b/doc/connmanctl.1 @@ -22,8 +22,8 @@ DESCRIPTION Connmanctl is a Connman command line interface which can be run in two modes: a plain synchronous command input, and an asynchronous interactive shell. To run a specific command the user may enter connmanctl <command> [options] -[args], or enter connmanctl interactive; in this case, the program will -drop into the interactive shell. +[args], or enter connmanctl; in this case, the program will drop into the +interactive shell. .PP Connmantl can handle most simple network connections. It is able to enable/ disable any technology that exists on the system, display a list of @@ -37,12 +37,6 @@ provides quicker usage when needing to use connmanctl more extensively. .SH COMMANDS AND OPTIONS .TP -.B interactive -Drops into the interactive shell, where all of the commands are the same. -Running the monitor command will make connmanctl listen for and -display connman signals in real time, without blocking user input. -.PP -.TP .BR "help | \-\-help | " "(no arguments)" Shows the abbreviated help menu in the terminal. .PP |