From bd4219ab2797bd657908c17f5b67995c4d06fe95 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 15 Apr 2024 03:57:12 -0400 Subject: soxdial: tweak doc. --- soxdial | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/soxdial b/soxdial index 572b6cd..9176a9b 100755 --- a/soxdial +++ b/soxdial @@ -129,7 +129,7 @@ error. =item B<-n>, B<--no-exec> Do not execute the generated B command. This option also -enables B<-v>. +enables B<-v>, B<--verbose>. =item B<--sox> I @@ -151,17 +151,17 @@ dial strings, until the same option is seen again. =over 4 -=item B<-l>, B<--length> [ I | IB ] +=item B<-l>, B<--length> I | IB 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, B<--delay> [ I | IB ] +=item B<-d>, B<--delay> I | IB Sets the delay between consecutive digits. Default is 0.1 or 100ms. Can be randomized with B<-X>, B<--random>. -=item B<-c> I, B<--comma> [ I | IB ] +=item B<-c>, B<--comma> I | IB 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. -- cgit v1.2.3