]> mj.ucw.cz Git - eval.git/commitdiff
Isolate: Fix missing short option for box-id.
authorBernard Blackham <b-gitcommits@largestprime.net>
Mon, 21 Jan 2013 02:50:09 +0000 (02:50 +0000)
committerBernard Blackham <b-gitcommits@largestprime.net>
Mon, 21 Jan 2013 02:50:09 +0000 (02:50 +0000)
isolate/isolate.c

index e2acf4485314f4c2d4914a655943bb37e2dfa3f4..c383664619d0698336702e3e2b755b58f97dfed0 100644 (file)
@@ -1285,7 +1285,7 @@ enum opt_code {
   OPT_CG_TIMING,
 };
 
-static const char short_opts[] = "c:d:eE:i:k:m:M:o:p::q:r:t:vw:x:";
+static const char short_opts[] = "b:c:d:eE:i:k:m:M:o:p::q:r:t:vw:x:";
 
 static const struct option long_opts[] = {
   { "box-id",          1, NULL, 'b' },