From 65e1d5d61fffbd02aba29e65633c3dd412418b1a Mon Sep 17 00:00:00 2001
From: tracierenea <tracie.perez@mavs.uta.edu>
Date: Mon, 4 Apr 2016 14:43:32 -0500
Subject: 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'
---
 docs/doxygen/other/ctrlport.dox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/doxygen/other')

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>
 
 
-- 
cgit v1.2.3