Index: libcfa/src/parseargs.cfa
===================================================================
--- libcfa/src/parseargs.cfa	(revision 1e6f632fe210f10e8a5aeaa25a8be00593f7e333)
+++ libcfa/src/parseargs.cfa	(revision b6460bfa54ce852d257710855d08250e61ae24d7)
@@ -105,4 +105,5 @@
 					if(opt == options[i].short_name) {
 						const char * arg = optarg ? optarg : "";
+						if( arg[0] == '=' ) { arg++; }
 						bool success = options[i].parse( arg, options[i].variable );
 						if(success) continue NEXT_ARG;
