diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-15 03:57:12 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-15 03:57:12 -0400 |
commit | bd4219ab2797bd657908c17f5b67995c4d06fe95 (patch) | |
tree | cf93d76cff24709e8aa3124c13a9c74191a69e9b | |
parent | d9e1ce11a323a73c11f4de9fc3f3e1e5eeddb3f3 (diff) | |
download | soxdial-bd4219ab2797bd657908c17f5b67995c4d06fe95.tar.gz |
soxdial: tweak doc.
-rwxr-xr-x | soxdial | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -129,7 +129,7 @@ error. =item B<-n>, B<--no-exec> Do not execute the generated B<sox> command. This option also -enables B<-v>. +enables B<-v>, B<--verbose>. =item B<--sox> I<sox-executable> @@ -151,17 +151,17 @@ dial strings, until the same option is seen again. =over 4 -=item B<-l>, B<--length> [ I<sec> | I<millisec>B<ms> ] +=item B<-l>, B<--length> I<sec> | I<millisec>B<ms> Sets the time each digit's tones are played. Default is 0.25 or 250ms. Can be randomized with B<-X>, B<--random>. -=item B<-d> I<sec>, B<--delay> [ I<sec> | I<millisec>B<ms> ] +=item B<-d>, B<--delay> I<sec> | I<millisec>B<ms> Sets the delay between consecutive digits. Default is 0.1 or 100ms. Can be randomized with B<-X>, B<--random>. -=item B<-c> I<sec>, B<--comma> [ I<sec> | I<millisec>B<ms> ] +=item B<-c>, B<--comma> I<sec> | I<millisec>B<ms> Sets the delay added by commas in the dial strings. Default is 0.5 or 500ms. Can be randomized with B<-X>, B<--random>. @@ -172,8 +172,8 @@ Decreases the digit, delay, and comma times by 50%. =item B<-X>, B<--random> -Randomize the timing. Digit length (B<-l>), inter-digit timing -(B<-d>), and the comma (B<-c>) will vary from 1x to 2x the amount +Randomize the timing. Digit length (B<-l>, B<--length>), inter-digit timing +(B<-d>, B<--delay>), and the comma (B<-c>, B<--comma>) will vary from 1x to 2x the amount specified. This does a pretty good impression of a human dialling a number manually. |