Opened 16 years ago

Closed 16 years ago

#4028 closed defect (fixed)

Remove --blank option from mythcommflag/main.cpp

Reported by: anonymous Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords: mythcommflag documentation
Cc: Ticket locked: no

Description

It appears --blank is no longer supported in mythcommflag. This is a very simple fix to remove the --help text that had it. Here's the diff:

Index: main.cpp =================================================================== --- main.cpp (revision 14557) +++ main.cpp (working copy) @@ -895,9 +895,6 @@

" WARNING: This option does NOT work with --rebuild\n" "--quiet Turn OFF display (also causes the program to\n" " sleep a little every frame so it doesn't hog CPU)\n"

  • " takes precedence over --blanks if given first)\n"
  • "--blanks Show list of blank frames if already in database\n"
  • " (takes precedence over --quiet if given first)\n"

"--all Re-run commercial flagging for all recorded\n" " programs using current detection method.\n" "--allstart YYYYMMDDHHMMSS when using --all, only flag programs starting\n"

Change History (1)

comment:1 Changed 16 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [14561]) Remove --blank option from mythcommflag's help text since this isn't a valid command line argument anymore.

Closes #4028.

Note: See TracTickets for help on using tickets.