Index: libcfa/src/parseargs.cfa
===================================================================
--- libcfa/src/parseargs.cfa	(revision 9536761620f1bf08b5d833198057a1e1aa2e5857)
+++ libcfa/src/parseargs.cfa	(revision bf1914ebf83b7339b0c3ced4f46a69e3a05008bf)
@@ -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;
