Browse Source

Fit usage text in 80 chars.

Georgi Chorbadzhiyski 12 years ago
parent
commit
cfae08516c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      tsdecrypt.c

+ 2
- 2
tsdecrypt.c View File

@@ -188,7 +188,7 @@ static void show_help(struct ts *ts) {
188 188
 	printf(" -C --caid <caid>           | Set CAID. Default: Taken from --ca-system.\n");
189 189
 	printf("\n");
190 190
 	printf("CAMD server options:\n");
191
-	printf(" -s --camd-server <addr>    | Set CAMD server ip address and port (1.2.3.4:2233).\n");
191
+	printf(" -s --camd-server <addr>    | Set CAMD server ip_address:port (1.2.3.4:2233).\n");
192 192
 	printf(" -U --camd-user <user>      | Set CAMD server user. Default: %s\n", ts->camd35.user);
193 193
 	printf(" -P --camd-pass <pass>      | Set CAMD server password. Default: %s\n", ts->camd35.pass);
194 194
 	printf("\n");
@@ -206,7 +206,7 @@ static void show_help(struct ts *ts) {
206 206
 	printf(" -H --ecm-report-time <sec> | Report each <sec> how much ECMs and CWs have been\n");
207 207
 	printf("                            .   processed/skipped. Set <sec> to 0 to disable\n");
208 208
 	printf("                            .   the reports. Default: %d sec\n", ts->ecm_report_interval);
209
-	printf(" -G --ecm-irdeto-type <int> | Process IRDETO ECMs with type X /0..3/. Default: %d\n", ts->irdeto_ecm);
209
+	printf(" -G --ecm-irdeto-type <int> | Process IRDETO ECMs with type X /0-3/. Default: %d\n", ts->irdeto_ecm);
210 210
 	printf(" -K --ecm-no-log            | Disable ECM and code words logging.\n");
211 211
 	printf(" -J --cw-warn-time <sec>    | Warn if no valid code word has been received.\n");
212 212
 	printf("                            .   Set <sec> to 0 to disable. Default: %d sec\n", ts->cw_warn_sec);

Loading…
Cancel
Save