tls: reorder a few more cipher ids
[oweals/busybox.git] / util-linux / last.c
index b3f125c3f20c0e31b6370d153f38d33291646e2f..f5ee8e5f48cc4d5c39dda263a5856cd402daae5d 100644 (file)
@@ -7,19 +7,19 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config LAST
-//config:      bool "last"
+//config:      bool "last (6.2 kb)"
 //config:      default y
 //config:      depends on FEATURE_WTMP
 //config:      help
-//config:        'last' displays a list of the last users that logged into the system.
+//config:      'last' displays a list of the last users that logged into the system.
 //config:
 //config:config FEATURE_LAST_FANCY
 //config:      bool "Output extra information"
 //config:      default y
 //config:      depends on LAST
 //config:      help
-//config:        'last' displays detailed information about the last users that
-//config:        logged into the system (mimics sysvinit last). +900 bytes.
+//config:      'last' displays detailed information about the last users that
+//config:      logged into the system (mimics sysvinit last). +900 bytes.
 
 //applet:IF_LAST(APPLET(last, BB_DIR_USR_BIN, BB_SUID_DROP))