tls: reorder a few more cipher ids
[oweals/busybox.git] / util-linux / wall.c
index 4550f0b6802c484480a025de91f8d219870a812c..939736592518f94956326bff9dc46e69ac66e842 100644 (file)
@@ -5,13 +5,12 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 //config:config WALL
 //config:      bool "wall (2.5 kb)"
 //config:      default y
 //config:      depends on FEATURE_UTMP
 //config:      help
-//config:        Write a message to all users that are logged in.
+//config:      Write a message to all users that are logged in.
 
 /* Needs to be run by root or be suid root - needs to write to /dev/TTY: */
 //applet:IF_WALL(APPLET(wall, BB_DIR_USR_BIN, BB_SUID_REQUIRE))