From cf2e8d08b3e06a7bdf95c30282a976bbf072a168 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 27 May 2017 15:54:16 -0500 Subject: Replace two space indents with tab indents in help text (for consistency). --- toys/lsb/hostname.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/lsb') diff --git a/toys/lsb/hostname.c b/toys/lsb/hostname.c index f30d1fbd..0a1f9b18 100644 --- a/toys/lsb/hostname.c +++ b/toys/lsb/hostname.c @@ -14,8 +14,8 @@ config HOSTNAME Get/Set the current hostname - -b Set hostname to 'localhost' if otherwise unset - -F Set hostname to contents of FILENAME + -b Set hostname to 'localhost' if otherwise unset + -F Set hostname to contents of FILENAME */ #define FOR_hostname -- cgit v1.2.3