[Libvir] Option string in getopt_long wrong?

Richard W.M. Jones rjones at redhat.com
Fri Jan 26 11:38:58 UTC 2007


     while ((arg = getopt_long(end, argv, "d:hqtv", opt, &idx)) != -1) {
                                           ------
         switch (arg) {
             case 'd':
                 ctl->debug = atoi(optarg);
                 break;
             case 'h':
                 help = 1;
                 break;
             case 'q':
                 ctl->quiet = TRUE;
                 break;
             case 't':
                 ctl->timing = TRUE;
                 break;
             case 'c':
                 ctl->name = vshStrdup(ctl, optarg);
                 break;
         // etc

Shurley shome mishtake?

Rich.

-- 
Emerging Technologies, Red Hat  http://et.redhat.com/~rjones/
64 Baker Street, London, W1U 7DF     Mobile: +44 7866 314 421
  "[Negative numbers] darken the very whole doctrines of the equations
  and make dark of the things which are in their nature excessively
  obvious and simple" (Francis Maseres FRS, mathematician, 1759)




More information about the libvir-list mailing list