Browse Source

README: Clarify 'Reporting bugs' section.

Georgi Chorbadzhiyski 11 years ago
parent
commit
71ae008a29
1 changed files with 7 additions and 3 deletions
  1. 7
    3
      README

+ 7
- 3
README View File

@@ -285,9 +285,13 @@ Reporting bugs
285 285
 If you think you have found bug in tsdecrypt, please report it to the
286 286
 e-mail listed in Contact section (see below) of this README file.
287 287
 
288
-Please use --debug 1 and --log-file tsdecrypt.log options and send the
289
-resulting tsdecrypt.log file along with the full command line which you
290
-used and describe what you think the tsdecrypt does wrong.
288
+When reporting bugs, please send the contents of tsdecrypt.log file
289
+generated by using the following command (fill in **YOUR_OPTIONS**):
290
+
291
+  tsdecrypt --debug 1 --log-file tsdecrypt.log **YOUR_OPTIONS**
292
+
293
+Also write the full command line which you used and describe what
294
+you think the tsdecrypt does wrong.
291 295
 
292 296
 One commonly seen error is not an error in tsdecrypt at all. You
293 297
 have to make sure that the software that streams channels from the

Loading…
Cancel
Save