Index: app/src/common/cmdline_common.ggo
===================================================================
--- app/src/common/cmdline_common.ggo	(revision 25ae32e4c2354e0ed6756bbe1de83f39cd814652)
+++ app/src/common/cmdline_common.ggo	(revision e28a62525995e07b8d354225ae96189c5c02a06d)
@@ -2,9 +2,9 @@
 
 
-option  "input"		f	"Input file" string no hidden
+option  "input"		f	"Input file" string no
 
-option  "output"	o	"Output file" string no hidden
+option  "output"	o	"Output file for succesfully processed segments" string no
 
-option  "fail"		e	"Output file for unsuccesfully processed segments " string no hidden
+option  "fail"		e	"Output file for unsuccesfully processed segments " string no
 
 option 	"only-fail"	-	"Print only segments the program failed to process" flag off hidden
@@ -12,5 +12,5 @@
 option 	"no-fail"	-	"Print only segments the program processed" flag off hidden 
 
-option  "copy"		c       "Copy succesfully processed segments to standard output" flag off hidden
+option  "copy"		c       "Copy succesfully processed segments to standard output" flag off
 
 option  "process"	p	"Process segments with this tag" string no multiple
Index: app/src/cor/Makefile
===================================================================
--- app/src/cor/Makefile	(revision 13a8a67bce500a27f4c2121c096be175d5daab52)
+++ app/src/cor/Makefile	(revision e28a62525995e07b8d354225ae96189c5c02a06d)
@@ -1,4 +1,3 @@
-PAR=-Wno-deprecated -m32 -fpermissive
-# -static
+PAR=-Wno-deprecated -m32 -fpermissive -static
 PAR2=-c -Wno-deprecated -m32 -fpermissive
 LIB_PATH=../lib
Index: app/src/cor/cmdline_cor.ggo
===================================================================
--- app/src/cor/cmdline_cor.ggo	(revision 25ae32e4c2354e0ed6756bbe1de83f39cd814652)
+++ app/src/cor/cmdline_cor.ggo	(revision e28a62525995e07b8d354225ae96189c5c02a06d)
@@ -5,4 +5,4 @@
 option "dictionary"		d	"Dictionary" string typestr="FILENAME" default="cor.bin" no
 option "distance"		n	"Maximal edit distance." int default="1" no
-option "replace"		r	"Replace original form with corrected form, place original form in the cor field. This option has no effect in single mode" flag off
+option "replace"		r	"Replace original form with corrected form, place original form in the cor field. This option has no effect in single mode" flag off hidden
 #option "single"			-	"Place all alternatives in the same line" flag off
Index: app/src/gue/Makefile
===================================================================
--- app/src/gue/Makefile	(revision 8d3e6ab33b2b6727eb54bb3498a0ba2af9ca9ea1)
+++ app/src/gue/Makefile	(revision e28a62525995e07b8d354225ae96189c5c02a06d)
@@ -1,4 +1,3 @@
-PAR=-Wno-deprecated -O3 -fpermissive -m32
-#-static
+PAR=-Wno-deprecated -O3 -fpermissive -m32 -static
 PAR2=-c -Wno-deprecated -O3 -fpermissive -m32
 LIB_PATH=../lib
Index: app/src/kor/Makefile
===================================================================
--- app/src/kor/Makefile	(revision 13a8a67bce500a27f4c2121c096be175d5daab52)
+++ app/src/kor/Makefile	(revision e28a62525995e07b8d354225ae96189c5c02a06d)
@@ -1,4 +1,3 @@
-PAR=-Wno-deprecated -m32 -fpermissive
-# -static
+PAR=-Wno-deprecated -m32 -fpermissive -static
 PAR2=-c -Wno-deprecated -m32 -fpermissive
 LIB_PATH=../lib
Index: app/src/lem/Makefile
===================================================================
--- app/src/lem/Makefile	(revision 13a8a67bce500a27f4c2121c096be175d5daab52)
+++ app/src/lem/Makefile	(revision e28a62525995e07b8d354225ae96189c5c02a06d)
@@ -1,5 +1,4 @@
-PAR=-Wno-deprecated -m32 -O3 -fpermissive
-#-static
-PAR2=-c -Wno-deprecated -m32 -O3 -fpermissive
+PAR=-Wno-deprecated -m32 -O3 -fpermissive -static
+PAR2=-c -Wno-deprecated -m32 -O3 -fpermissive -static
 LIB_PATH=../lib
 COMMON_PATH=../common
