diff options
author | tracierenea <tracie.perez@mavs.uta.edu> | 2016-04-04 14:50:26 -0500 |
---|---|---|
committer | tracierenea <tracie.perez@mavs.uta.edu> | 2016-04-04 14:50:26 -0500 |
commit | 0759dbf6990baf1a7ace2d3c9f3df498ccad1c75 (patch) | |
tree | fd6310168e0ce8c2c2af7a60e3bab6f0812bf551 /docs/doxygen | |
parent | 65e1d5d61fffbd02aba29e65633c3dd412418b1a (diff) |
ctrlport: change to doc; no -p flag required for gr-perf-monitorx
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'
Segmentation fault
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/other/ctrlport.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/ctrlport.dox b/docs/doxygen/other/ctrlport.dox index 5d55942fa4..fc0ac70320 100644 --- a/docs/doxygen/other/ctrlport.dox +++ b/docs/doxygen/other/ctrlport.dox @@ -436,7 +436,7 @@ displayed as a table or bar graph. To launch the Performance Monitor, run: <pre> -gr-perf-monitorx \<ip-addr\> -p \<port\> +gr-perf-monitorx \<ip-addr\> \<port\> </pre> */ |