Changeset 188 for postprocessors/flag_aus_hdtv
- Timestamp:
- 11/06/06 18:31:43 (7 years ago)
- Files:
-
- 1 modified
-
postprocessors/flag_aus_hdtv (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postprocessors/flag_aus_hdtv
r187 r188 59 59 60 60 &parse_command_line; 61 & show_versionif ($opt->{version});61 &exit 0 if ($opt->{version}); 62 62 &show_help if ($opt->{help}); 63 63 die "'--channels_file {file}' must be specified. see --help for details.\n" if (!$opt->{channels_file}); … … 163 163 } 164 164 165 sub show_version166 {167 print "$progname $version\n";168 exit 0;169 }170 165 ###################################################################################################### 171 166
