Netdev List
 help / color / mirror / Atom feed
* [PATCH] iproute2: skbedit: Fix help message
@ 2009-10-14 12:07 jamal
  2009-10-14 16:04 ` Duyck, Alexander H
  0 siblings, 1 reply; 2+ messages in thread
From: jamal @ 2009-10-14 12:07 UTC (permalink / raw)
  To: Alexander Duyck; +Cc: netdev, Stephen Hemminger

[-- Attachment #1: Type: text/plain, Size: 108 bytes --]


This fixes the help message on the skbedit action.
Stephen, please apply if Alexander ACKs.

cheers,
jamal

[-- Attachment #2: skbe-help --]
[-- Type: text/plain, Size: 842 bytes --]

commit 28dd9c19a1fa618105238a3302f272e2aee7918a
Author: Jamal Hadi Salim <hadi@cyberus.ca>
Date:   Tue Oct 14 07:32:51 2009 -0400

    skbedit: Fix help message
    
    Currently the help text implies you can either pass queue mapping
    or priority. Truth is you can pass both
    
    Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>

diff --git a/tc/m_skbedit.c b/tc/m_skbedit.c
index 9044353..ecb1f2d 100644
--- a/tc/m_skbedit.c
+++ b/tc/m_skbedit.c
@@ -31,8 +31,9 @@
 static void
 explain(void)
 {
-	fprintf(stderr, "Usage: ... skbedit "
-			"queue_mapping QUEUE_MAPPING | priority PRIORITY \n"
+	fprintf(stderr, "Usage: ... skbedit <[QM] [PM]>\n"
+			"QM = queue_mapping QUEUE_MAPPING\n"
+			"PM = priority PRIORITY \n"
 			"QUEUE_MAPPING = device transmit queue to use\n"
 			"PRIORITY = classID to assign to priority field\n");
 }

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-14 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14 12:07 [PATCH] iproute2: skbedit: Fix help message jamal
2009-10-14 16:04 ` Duyck, Alexander H

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox