From 42542eb9bb10d0b43f01681eb0bf50287aacf42f Mon Sep 17 00:00:00 2001 From: Bryan Kowal Date: Tue, 9 Apr 2013 15:45:40 -0500 Subject: [PATCH] Issue #1844 - updated the description for the "-s" argument in the usage message. Former-commit-id: 87c038167dae3c211ec01615c007df24ae355704 --- pythonPackages/qpid/bin/qpid-stat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonPackages/qpid/bin/qpid-stat b/pythonPackages/qpid/bin/qpid-stat index acd1f39711..0c9036e2da 100755 --- a/pythonPackages/qpid/bin/qpid-stat +++ b/pythonPackages/qpid/bin/qpid-stat @@ -54,7 +54,7 @@ def Usage (): print print " -b Show Brokers" print " -c Show Connections" - print " -s Show Subscriptions" + print " -s Show Sessions" print " -e Show Exchanges" print " -q Show Queues" print