From 710766dc72260149bd78fd6168fbaf6838fc3d4f Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 30 Mar 2011 18:06:36 +0200 Subject: Fixed typo in pethtool --help screen Signed-off-by: David Sommerseth --- pethtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pethtool.py') diff --git a/pethtool.py b/pethtool.py index 49d667e..bdd21a4 100755 --- a/pethtool.py +++ b/pethtool.py @@ -15,7 +15,7 @@ import getopt, ethtool, sys def usage(): - print '''Usage: ethtool [OPTIONS] [] + print '''Usage: pethtool [OPTIONS] [] -h|--help Give this help list -c|--show-coalesce Show coalesce options -C|--coalesce Set coalesce options -- cgit