diff options
Diffstat (limited to '')
-rw-r--r-- | libbb/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index 00804e31e..172fbcc0e 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -152,7 +152,7 @@ config FEATURE_TAB_COMPLETION | |||
152 | 152 | ||
153 | config FEATURE_USERNAME_COMPLETION | 153 | config FEATURE_USERNAME_COMPLETION |
154 | bool "Username completion" | 154 | bool "Username completion" |
155 | default n | 155 | default y |
156 | depends on FEATURE_TAB_COMPLETION | 156 | depends on FEATURE_TAB_COMPLETION |
157 | help | 157 | help |
158 | Enable username completion. | 158 | Enable username completion. |