aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-05-27 15:54:16 -0500
committerRob Landley <rob@landley.net>2017-05-27 15:54:16 -0500
commitcf2e8d08b3e06a7bdf95c30282a976bbf072a168 (patch)
tree3d1181cfa282776d46c593bee59f9466244ca546 /toys/lsb
parent8fb41fc77ff29091a562c42f6ad83ba19d24fa03 (diff)
downloadtoybox-cf2e8d08b3e06a7bdf95c30282a976bbf072a168.tar.gz
Replace two space indents with tab indents in help text (for consistency).
Diffstat (limited to 'toys/lsb')
-rw-r--r--toys/lsb/hostname.c4
1 files changed, 2 insertions, 2 deletions
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