You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2016/03/30 20:07:21 UTC

qpid-dispatch git commit: DISPATCH-242 - Fixed typing error in error message

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master da4130b51 -> 6ef2f1cee


DISPATCH-242 - Fixed typing error in error message


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6ef2f1ce
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/6ef2f1ce
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/6ef2f1ce

Branch: refs/heads/master
Commit: 6ef2f1ceeb68ea0138fcafbdd08f44163e16b501
Parents: da4130b
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Wed Mar 30 14:07:02 2016 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Wed Mar 30 14:07:02 2016 -0400

----------------------------------------------------------------------
 tools/qdstat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/6ef2f1ce/tools/qdstat
----------------------------------------------------------------------
diff --git a/tools/qdstat b/tools/qdstat
index e203f5d..ca877a5 100755
--- a/tools/qdstat
+++ b/tools/qdstat
@@ -56,7 +56,7 @@ 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, -L, -LR or --log.")
+        parser.error("You must specify one of these options: -g, -c, -l, -n, -a, -m, -h, -L, -R or --log.")
 
     return opts, args
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org