make lash deprecation more prominent
diff --git a/shell/Config.in b/shell/Config.in
index e064450..bc911c1 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -244,7 +244,7 @@
 	  Enable case ... esac statement in hush. +400 bytes.
 
 config LASH
-	bool "lash"
+	bool "lash (deprecated: aliased to hush)"
 	default n
 	select HUSH
 	help