Tidy up comments.

This commit is contained in:
Andrew Wood
2026-04-21 23:45:56 +01:00
parent a220e993af
commit 239a20d13f
3 changed files with 25 additions and 27 deletions
+2 -2
View File
@@ -81,9 +81,9 @@ struct opts_s {
unsigned int width; /* screen width */
unsigned int height; /* screen height */
unsigned int argc; /* number of non-option arguments */
unsigned int argv_length; /* allocated array size */
unsigned int argv_length; /* allocated array size for non-option arguments */
unsigned int watchfd_count; /* number of watchfd items */
unsigned int watchfd_length; /* allocated array size */
unsigned int watchfd_length; /* allocated watchfd item array size */
pvaction_t action; /* the program action to perform */
pvside_t side; /* which side of the monitored command to monitor */
bool progress; /* progress bar flag */