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