--- ./src/clients/kinit/kinit.c.ORIGIN	2018-05-18 18:17:37 +0200
+++ ./src/clients/kinit/kinit.c	2018-05-18 18:13:49 +0200
@@ -132,7 +132,7 @@
  * *(struct[2]), the array index which was specified is stored in *index, and
  * long_getopt() returns 0.
  */
-const char *shopts = "r:fpFPn54aAVl:s:c:kit:T:RS:vX:CEI:";
+//const char *shopts = "r:fpFPn54aAVl:s:c:kit:T:RS:vX:CEI:";
 
 #define USAGE_BREAK "\n\t"
 
@@ -252,7 +252,8 @@
     int errflg = 0;
     int i;
 
-    while ((i = getopt_long(argc, argv, shopts, long_options, 0)) != -1) {
+//    while ((i = getopt_long(argc, argv, shopts, long_options, 0)) != -1) {
+    while ((i = getopt_long(argc, argv, "r:fpFPn54aAVl:s:c:kit:T:RS:vX:CEI:", long_options, 0)) != -1) {
         switch (i) {
         case 'V':
             opts->verbose = 1;
