[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/08: ctrlport: change to doc; no -p flag
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/08: ctrlport: change to doc; no -p flag required for gr-ctrlport-monitor |
Date: |
Tue, 5 Apr 2016 23:29:12 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 65e1d5d61fffbd02aba29e65633c3dd412418b1a
Author: tracierenea <address@hidden>
Date: Mon Apr 4 14:43:32 2016 -0500
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(-)
diff --git a/docs/doxygen/other/ctrlport.dox b/docs/doxygen/other/ctrlport.dox
index 94a768e..5d55942 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>
- [Commit-gnuradio] [gnuradio] branch maint updated (0341203 -> d0eab54), git, 2016/04/05
- [Commit-gnuradio] [gnuradio] 02/08: ctrlport: change to doc; no -p flag required for gr-perf-monitorx, git, 2016/04/05
- [Commit-gnuradio] [gnuradio] 03/08: grc: stop overwritting modified param values in epy blocks, git, 2016/04/05
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint, git, 2016/04/05
- [Commit-gnuradio] [gnuradio] 05/08: grc: ignore xml comments in block wrappers, git, 2016/04/05
- [Commit-gnuradio] [gnuradio] 06/08: grc: fix bug #856: paging/scrolling from keyboard, git, 2016/04/05
- [Commit-gnuradio] [gnuradio] 01/08: ctrlport: change to doc; no -p flag required for gr-ctrlport-monitor,
git <=
- [Commit-gnuradio] [gnuradio] 04/08: grc: rewrite block before adding connections during flowgraph import, git, 2016/04/05
- [Commit-gnuradio] [gnuradio] 07/08: Merge remote-tracking branch 'tracierenea/ctrlport_doc' into maint, git, 2016/04/05