Remove 'default is signed' mention for raw input

This commit is contained in:
Martijn van Beurden 2023-01-09 10:50:40 +01:00 committed by GitHub
parent 0a52c6fd5c
commit 6ea23b0fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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");