Draft manual entry, help text, and option parsing for "--query" option (#101).

This commit is contained in:
Andrew Wood
2025-10-20 21:17:59 +01:00
parent fc379727cc
commit 3f1782a573
6 changed files with 59 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@ struct opts_s {
off_t size; /* total size of data */
off_t error_skip_block; /* skip block size, 0 for adaptive */
pid_t remote; /* PID of pv to update settings of */
pid_t query; /* PID of pv to query progress of */
unsigned int skip_errors; /* skip read errors counter */
unsigned int average_rate_window; /* time window in seconds for average rate calculations */
unsigned int width; /* screen width */