build system: move misplaced config entry for script applet

diff --git a/miscutils/Config.in b/miscutils/Config.in
index aa626c2..c4eb108 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -437,11 +437,11 @@
 	help
 	  Receive files using the Xmodem protocol.
 
-config SCRIPT
-	bool "script"
+config SETSID
+	bool "setsid"
 	default n
 	help
-	  The script makes typescript of terminal session.
+	  setsid runs a program in a new session
 
 config STRINGS
 	bool "strings"
@@ -450,12 +450,6 @@
 	  strings prints the printable character sequences for each file
 	  specified.
 
-config SETSID
-	bool "setsid"
-	default n
-	help
-	  setsid runs a program in a new session
-
 config TASKSET
 	bool "taskset"
 	default n