On Fri, 2014-05-23 at 12:14 +0200, Richard Cochran wrote:
> Nitpicking...
> 
> On Wed, May 14, 2014 at 04:46:23PM -0700, Jacob Keller wrote:
> > -   while (EOF != (c = getopt(argc, argv, "hi:r:t:v"))) {
> > +   while (EOF != (c = getopt(argc, argv, "hi:r:t:vg"))) {

> Options in alphabetical order here ...
> 

Yep, makes sense, I will resubmit.

Thanks,
Jake

> >             switch (c) {
> >             case 'i':
> >                     device = optarg;
> > @@ -99,6 +100,9 @@ int main(int argc, char *argv[])
> >             case 't':
> >                     txopt = atoi(optarg);
> >                     break;
> > +           case 'g':
> > +                   getcfg = 1;
> > +                   break;
> 
> and here, please.
> 
> >             case 'v':
> >                     version_show(stdout);
> >                     return 0;
> 
> Thanks,
> Richard


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to