From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hal Rosenstock Subject: [PATCH][TRIVIAL] infiniband-diags/ibqueryerrors.c: Fix typo in help Date: Thu, 16 Jun 2011 16:52:43 -0400 Message-ID: <4DFA6D1B.6020303@dev.mellanox.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ira Weiny Cc: "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-rdma@vger.kernel.org Signed-off-by: Hal Rosenstock --- diff --git a/src/ibqueryerrors.c b/src/ibqueryerrors.c index 0147d9c..1bba0e0 100644 --- a/src/ibqueryerrors.c +++ b/src/ibqueryerrors.c @@ -858,7 +858,7 @@ int main(int argc, char **argv) {"report-port", 'r', 0, NULL, "report port configuration information"}, {"threshold-file", 8, 1, NULL, - "specify an alternate thresold file, default: " DEF_THRES_FILE}, + "specify an alternate threshold file, default: " DEF_THRES_FILE}, {"GNDN", 'R', 0, NULL, "(This option is obsolete and does nothing)"}, {"data", 2, 0, NULL, "include data counters for ports with errors"}, -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html