diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 427906f..dffde34 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -229,13 +229,23 @@ 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 +choice + prompt "Choose last implementation" depends on LAST + default FEATURE_LAST_SMALL + +config FEATURE_LAST_SMALL + bool "small" + help + This is a small version of last with just the basic set of + features. + +config FEATURE_LAST_FANCY + bool "huge" help 'last' displays detailed information about the last users that logged into the system (mimics sysvinit last). +900 bytes. +endchoice config LESS bool "less" |