I had the same question in mind. I use the Kapa RNA-seq kit which is based on the dUTP method. We did this on bacteria RNA. As I understand from this post that we should use the -s 2 option. Honestly, I lack good understanding of why exactly we should use these options. I wished that the documentation were more specific.
These are the stats from different -s options:
-s 0 option:
Total fragments : 106454
Successfully assigned fragments : 87545 (82.2%)
-s 1 option:
Total fragments : 106454
Successfully assigned fragments : 15582 (14.6%)
-s 2 option:
Total fragments : 106454
Successfully assigned fragments : 72078 (67.7%)
So -s 0 is the highest because it combines all possible alignments and roughly equals the sum of -s 1 and -s 2.
This is the command line used:
featureCounts -g gene_id -t exon -f -O -T 1 -p -d 100 -D 1000 -s 2 -P -R -a file.gtf -o fileout file.bam
Please let me know if you think there is something wrong with these options. Many thanks