--- util-linux-ng-2.13/sys-utils/setarch.c.fix 2007-11-16 00:57:30 +0300 +++ util-linux-ng-2.13/sys-utils/setarch.c 2007-11-16 00:57:47 +0300 @@ -231,9 +231,9 @@ int main(int argc, char *argv[]) error(EXIT_FAILURE, errno, "/bin/bash"); } #endif - while ((c = getopt_long(argc, argv, "hv3BFILRSTXZ", longopts, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "+hv3BFILRSTXZ", longopts, NULL)) != -1) { switch (c) { case 'h': show_help(); break;