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
+5
View File
@@ -368,6 +368,11 @@ void display_help(void)
N_("update settings of process PID"),
{ 0, 0, 0, 0} },
#endif /* PV_REMOTE_CONTROL */
#ifdef PV_REMOTE_QUERY
{ "-Q", "--query", N_("PID"),
N_("show progress of process PID"),
{ 0, 0, 0, 0} },
#endif /* PV_REMOTE_QUERY */
{ "", NULL, NULL, NULL, { 0, 0, 0, 0} },
{ "-P", "--pidfile", N_("FILE"),
N_("save process ID in FILE"),