Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1731 closed patch (fixed)

mfdb - Change "--do_channel_updates" to use dashes like all other options

Reported by: sphery <mtdean@…> 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)

mythtv-mythfilldatabase-do_channel_updates.patch (1.5 KB) - added by sphery <mtdean@…> 18 years ago.

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by sphery <mtdean@…>

comment:1 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(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.

comment:2 Changed 17 years ago by stuartm

(In [14125]) Removes the deprecated option --do_channel_updates which was replaced by --do-channel-updates in [9804].

Refs #1731

Note: See TracTickets for help on using tickets.