diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index c4eb10838..427906ff8 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -229,6 +229,14 @@ config LAST help 'last' displays a list of the last users that logged into the system. +config FEATURE_LAST_FANCY + bool "Fancy output" + default n + depends on LAST + help + 'last' displays detailed information about the last users that + logged into the system (mimics sysvinit last). +900 bytes. + config LESS bool "less" default n |