Remove 'default is signed' mention for raw input
This commit is contained in:
parent
0a52c6fd5c
commit
6ea23b0fd3
@ -529,7 +529,7 @@ the HTML documentation.
|
||||
: Set sample rate (in Hz).
|
||||
|
||||
**\--sign={***signed***\|***unsigned***}**
|
||||
: Set the sign of samples (the default is signed).
|
||||
: Set the sign of samples.
|
||||
|
||||
**\--input-size=***\#*
|
||||
: Specify the size of the raw input in bytes. If you are encoding raw
|
||||
|
@ -1687,7 +1687,7 @@ void show_explain(void)
|
||||
printf(" --channels=# Number of channels\n");
|
||||
printf(" --bps=# Number of bits per sample\n");
|
||||
printf(" --sample-rate=# Sample rate in Hz\n");
|
||||
printf(" --sign={signed|unsigned} Sign of samples (the default is signed)\n");
|
||||
printf(" --sign={signed|unsigned} Sign of samples\n");
|
||||
printf(" --input-size=# Size of the raw input in bytes. If you are\n");
|
||||
printf(" encoding raw samples from stdin, you must set\n");
|
||||
printf(" this option in order to be able to use --skip,\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user