Browse Source

The parameter is called --input-service not --service.

Georgi Chorbadzhiyski 12 years ago
parent
commit
f490bf34fd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tables.c

+ 1
- 1
tables.c View File

@@ -69,7 +69,7 @@ void process_pat(struct ts *ts, uint16_t pid, uint8_t *ts_packet) {
69 69
 	}
70 70
 
71 71
 	if (num_services > 1 && !f_service) {
72
-		ts_LOGf("PAT | %d services exists. Consider using --service parameter.\n",
72
+		ts_LOGf("PAT | %d services exists. Consider using --input-service parameter.\n",
73 73
 			num_services);
74 74
 		for (i = 0; i < ts->pat->programs_num; i++) {
75 75
 			struct ts_pat_program *prg = ts->pat->programs[i];

Loading…
Cancel
Save