aboutsummaryrefslogtreecommitdiff
path: root/networking/telnet.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /networking/telnet.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/telnet.c')
-rw-r--r--networking/telnet.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/networking/telnet.c b/networking/telnet.c
index 1c4811d5d..9f191f7ad 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -24,27 +24,27 @@
//config: bool "telnet (8.7 kb)"
//config: default y
//config: help
-//config: Telnet is an interface to the TELNET protocol, but is also commonly
-//config: used to test other simple protocols.
+//config: Telnet is an interface to the TELNET protocol, but is also commonly
+//config: used to test other simple protocols.
//config:
//config:config FEATURE_TELNET_TTYPE
//config: bool "Pass TERM type to remote host"
//config: default y
//config: depends on TELNET
//config: help
-//config: Setting this option will forward the TERM environment variable to the
-//config: remote host you are connecting to. This is useful to make sure that
-//config: things like ANSI colors and other control sequences behave.
+//config: Setting this option will forward the TERM environment variable to the
+//config: remote host you are connecting to. This is useful to make sure that
+//config: things like ANSI colors and other control sequences behave.
//config:
//config:config FEATURE_TELNET_AUTOLOGIN
//config: bool "Pass USER type to remote host"
//config: default y
//config: depends on TELNET
//config: help
-//config: Setting this option will forward the USER environment variable to the
-//config: remote host you are connecting to. This is useful when you need to
-//config: log into a machine without telling the username (autologin). This
-//config: option enables `-a' and `-l USER' arguments.
+//config: Setting this option will forward the USER environment variable to the
+//config: remote host you are connecting to. This is useful when you need to
+//config: log into a machine without telling the username (autologin). This
+//config: option enables `-a' and `-l USER' arguments.
//config:
//config:config FEATURE_TELNET_WIDTH
//config: bool "Enable window size autodetection"