summaryrefslogtreecommitdiff
path: root/docs/doxygen/other
diff options
context:
space:
mode:
authortracierenea <tracie.perez@mavs.uta.edu>2016-04-04 14:43:32 -0500
committertracierenea <tracie.perez@mavs.uta.edu>2016-04-04 14:43:32 -0500
commit65e1d5d61fffbd02aba29e65633c3dd412418b1a (patch)
tree78b32db1bce97014cd2b81fa9cf212bb2b859670 /docs/doxygen/other
parent7d2c8b16c3764207e9de1190bbfd7e051b8257e4 (diff)
ctrlport: change to doc; no -p flag required for gr-ctrlport-monitor
Updating documentation to reflect that -p flag isn't necessary. It causes this error for me: ValueError: invalid literal for int() with base 10: '-p'
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r--docs/doxygen/other/ctrlport.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/ctrlport.dox b/docs/doxygen/other/ctrlport.dox
index 94a768e429..5d55942fa4 100644
--- a/docs/doxygen/other/ctrlport.dox
+++ b/docs/doxygen/other/ctrlport.dox
@@ -416,7 +416,7 @@ To launch the ControlPort monitor application, know the IP address and
port of the ControlPort endpoint established by the flowgraph and run:
<pre>
-gr-ctrlport-monitor \<ip-addr\> -p \<port\>
+gr-ctrlport-monitor \<ip-addr\> \<port\>
</pre>