Opened 20 years ago
Closed 20 years ago
Last modified 18 years ago
#1731 closed patch (fixed)
mfdb - Change "--do_channel_updates" to use dashes like all other options
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The attached trivial/pedantic patch modifies the "--do_channel_updates" option in mythfilldatabase to use dashes ("--do-channel-updates") like all the other command line options in mfdb. It maintains backwards compatibility by allowing the old usage as an undocumented option, but fixes the "--help" output to show the "preferred" usage. However, since most people probably do not specify the "--do_channel_updates" option in their MythFillDatabaseArgs setting, it's probably fine to just change the option, instead.
Attachments (1)
Change History (3)
by , 20 years ago
| Attachment: | mythtv-mythfilldatabase-do_channel_updates.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [9804]) Closes #1731. Renames --do_channel_updates to --do-channel-updates for consistency with the other mythfilldatabase options.
The old option still works, but is now just undocumented so not to break anyone's scripts.