Rename state variable "no_op" to the more descriptive "no_display", as pv is not doing nothing when this is set, it is still transferring data.
This commit is contained in:
+1
-1
@@ -380,7 +380,7 @@ opts_t opts_parse(unsigned int argc, char **argv)
|
||||
numopts++;
|
||||
break;
|
||||
case 'q':
|
||||
opts->no_op = true;
|
||||
opts->no_display = true;
|
||||
numopts++;
|
||||
break;
|
||||
case 'c':
|
||||
|
||||
Reference in New Issue
Block a user