diff options
Diffstat (limited to 'volsv.1')
-rw-r--r-- | volsv.1 | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -3,8 +3,10 @@ volsv \- volume set variable .SH SYNOPSIS .B volsv -.RB [ \-i ] -.RB [ \-d ] +.RB [ \-i +.IR x ] +.RB [ \-d +.IR x ] .RB [ \-t ] .RB [ \-m ] .RB [ \-v ] @@ -24,11 +26,11 @@ for pipewire, and/or mixerd for sndio. .B \-h volsv displays help message .TP -.B \-i -volsv increases the volume by 5% +.BI \-i " x" +volsv increases the volume by x% (or 5 if x is not provided, or not an integer) .TP -.B \-d -volsv decreases the volume by 5% +.BI \-d " x" +volsv decreases the volume by x% (or 5 if x is not provided, or not an integer) .TP .B \-t volsv will toggle the volume mute |