Date:2010-11-05 17:37:34 (13 years 4 months ago)
Author:Werner Almesberger
Commit:a8d74345b00768ef72ab2a4da682665ab0bf3c4b
Message:cntr/cntr.c: option -v (report data corruption) was never implemented, oops.

Files: cntr/tools/cntr/cntr.c (2 diffs)

Change Details

cntr/tools/cntr/cntr.c
358358    double error_goal = 0;
359359    char *end;
360360
361    while ((c = getopt(argc, argv, "bc:dir")) != EOF)
361    while ((c = getopt(argc, argv, "bc:dirv")) != EOF)
362362        switch (c) {
363363        case 'b':
364364            burst = 1;
...... 
377377        case 'r':
378378            reset = 1;
379379            break;
380        case 'v':
381            verbose = 1;
382            break;
380383        default:
381384            usage(*argv);
382385        }

Archive Download the corresponding diff file



interactive