mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-05 11:46:40 +01:00
- fixed typos in the help text.
This commit is contained in:
parent
87873452ce
commit
2ac2af4dfb
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ static struct cmdtbl cmds[] = {
|
||||||
{ "aud", IDX_NOAUDIO, CMD_BOOL_INV,
|
{ "aud", IDX_NOAUDIO, CMD_BOOL_INV,
|
||||||
"audio (common)\n\toff = audio mode, on = non-audio mode" },
|
"audio (common)\n\toff = audio mode, on = non-audio mode" },
|
||||||
{ "rat", IDX_RATE, CMD_INT,
|
{ "rat", IDX_RATE, CMD_INT,
|
||||||
"sample rate (common)\n\tsample rate in Hz" },
|
"rate (common)\n\tsample rate in Hz" },
|
||||||
{ "emp", IDX_EMP, CMD_INT,
|
{ "emp", IDX_EMP, CMD_INT,
|
||||||
"emphasis (common)\n\t0 = none, 1 = 50/15us, 2 = CCITT" },
|
"emphasis (common)\n\t0 = none, 1 = 50/15us, 2 = CCITT" },
|
||||||
{ "loc", IDX_UNLOCK, CMD_BOOL_INV,
|
{ "loc", IDX_UNLOCK, CMD_BOOL_INV,
|
||||||
|
|
Loading…
Reference in a new issue