diff options
| -rw-r--r-- | src/odr-audioenc.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/odr-audioenc.cpp b/src/odr-audioenc.cpp index 40a2974..b009b37 100644 --- a/src/odr-audioenc.cpp +++ b/src/odr-audioenc.cpp @@ -176,8 +176,8 @@ void usage(const char* name) {      "   DAB+ specific options\n"      "     -A, --no-afterburner                 Disable AAC encoder quality increaser.\n"      "         --aaclc                          Force the usage of AAC-LC (no SBR, no PS)\n" -    "         --sbr                            Force the usage of SBR\n" -    "         --ps                             Force the usage of PS\n" +    "         --sbr                            Force the usage of SBR (HE-AAC)\n" +    "         --ps                             Force the usage of SBR and PS (HE-AACv2)\n"      "   Output and pad parameters:\n"      "     -o, --output=URI                     Output ZMQ uri. (e.g. 'tcp://localhost:9000')\n"      "                                     -or- Output file uri. (e.g. 'file.dabp')\n" | 
