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:
Andrew Wood
2023-08-28 15:20:51 +01:00
parent b1ef744058
commit 66cae656d1
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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':