diff -urN numactl-0.9.10-orig/numactl.c numactl-0.9.10/numactl.c
--- numactl-0.9.10-orig/numactl.c	2006-08-07 21:26:58.000000000 -0500
+++ numactl-0.9.10/numactl.c	2007-07-23 08:52:31.000000000 -0500
@@ -302,6 +302,7 @@
 
 void get_short_opts(struct option *o, char *s)
 {
+	*s++ = '+';
 	while (o->name) { 
 		if (isprint(o->val)) {
 			*s++ = o->val;

