From 764234c3324e0f4e21e767e211248ae29abbd20b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 21 Feb 2011 19:04:22 +0000 Subject: ethtool: Indent the no-options usage line consistently with the others Signed-off-by: Ben Hutchings --- ethtool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1