Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/30#discussion_r44312255
--- Diff: tools/qdstat ---
@@ -54,7 +54,15 @@ def parse_args(argv):
opts, args = parser.parse_args(args=argv)
if not opts.show:
- parser.error("You must specify one of these options: -g, -c, -l,
-n, -a, -m, -h or --log.")
+ parser.error("You must specify one of these options: "
+ "-g (Show General Router Stats), "
+ "-c (Show Connections) , "
+ "-l (Show Router Links), "
+ "-n (Show Router Nodes), "
+ "-a (Show Router Addresses), "
+ "-m (Show Broker Memory Stats), "
+ "-v (Show verbose maximum detail), "
+ "--log (Show recent log entries).")
--- End diff --
The new information is misleading (-v should not be in there and -h should).
Rather than reproducing a subset of the already existing help, why not just
add a line that says "use --help for more information"?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]