Opened 20 years ago
Closed 20 years ago
#375 closed patch (fixed)
Patch: Add verbosity options to command-line help.
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.19 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | help verbose options |
| Cc: | Ticket locked: | no |
Description
This adds the "important" and "siparser" verbosity options to the mythbackend command line help.
Index: mythtv/programs/mythbackend/main.cpp
===================================================================
--- mythtv/programs/mythbackend/main.cpp (revision 7308)
+++ mythtv/programs/mythbackend/main.cpp (working copy)
@@ -417,7 +417,7 @@
" Accepts any combination (separated by comma)" << endl <<
" of all,none,quiet,record,playback,channel," << endl <<
" osd,file,schedule,network,commflag,audio," << endl <<
- " libav,jobqueue" << endl <<
+ " libav,jobqueue,important,siparser" << endl <<
"--printexpire List of auto-expire programs" << endl <<
"--printsched Upcoming scheduled programs" << endl <<
"--testsched Test run scheduler (ignore existing schedule)" << endl <<
Note:
See TracTickets
for help on using tickets.

(In [7360]) Add a couple missing verbose option values to mythbackend's help text.
Closes #375.