summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2011-02-21 19:04:22 +0000
committerBen Hutchings <bhutchings@solarflare.com>2011-02-21 19:04:22 +0000
commit764234c3324e0f4e21e767e211248ae29abbd20b (patch)
treebdbbefe5e15d90484bc5bb809b298df3cc0c77b0
parent3b46fafd579ffb633983910b5439766b3f25dc83 (diff)
downloadethtool-764234c3324e0f4e21e767e211248ae29abbd20b.tar.gz
ethtool: Indent the no-options usage line consistently with the others
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--ethtool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethtool.c b/ethtool.c
index 8246bda..32a97f6 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -286,7 +286,8 @@ static void show_usage(void)
fprintf(stdout, PACKAGE " version " VERSION "\n");
fprintf(stdout,
"Usage:\n"
- "ethtool DEVNAME\tDisplay standard information about device\n");
+ " ethtool DEVNAME\t"
+ "Display standard information about device\n");
for (i = 0; args[i].lng; i++) {
fputs(" ethtool ", stdout);
if (args[i].srt)