diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-28 16:46:03 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-28 16:46:03 +0000 |
commit | 0864f4d14f8838e721a17717efc5f9de4db61480 (patch) | |
tree | 622dee99d39bbc95ccd1c5ccda946fbc6c06d348 | |
parent | 58a275b303adfd1a9f27005ece5e9cb83443b5cc (diff) | |
download | busybox-0864f4d14f8838e721a17717efc5f9de4db61480.tar.gz |
- fix formatting of help text
-rw-r--r-- | networking/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in index 11e781207..f78056827 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -223,8 +223,7 @@ config IFUPDOWN of support questions on the mailing list), I do not force you to enable these additional options. It is up to you to supply either "ifconfig", "route" and "run-parts" or the "ip" command, either - via busybox or via - standalone utilities. + via busybox or via standalone utilities. config FEATURE_IFUPDOWN_IP bool "Use ip applet" |