re-order a little for alphabetical
diff --git a/init/Config.in b/init/Config.in
index 91d990c..ba15708 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -60,6 +60,13 @@
 	help
 	  Stop all processes and halt the system.
 
+config CONFIG_MESG
+	bool "mesg"
+	default y
+	help
+	  Mesg controls access to your terminal by others.  It is typically
+	  used to allow or disallow other users to write to your terminal
+
 config CONFIG_POWEROFF
 	bool "poweroff"
 	default y
@@ -72,12 +79,5 @@
 	help
 	  Stop all processes and reboot the system.
 
-config CONFIG_MESG
-	bool "mesg"
-	default y
-	help
-	  Mesg controls access to your terminal by others.  It is typically
-	  used to allow or disallow other users to write to your terminal
-
 endmenu