shithub: aacenc

Download patch

ref: 8064528230ac5bb7d3911b79716d6b60430f94ee
parent: fc455ec9c429f23e32f4899c92e428de013f081f
author: Krzysztof Nikiel <knik@users.sourceforge.net>
date: Mon Aug 21 05:52:14 EDT 2017

fixed help: --long-help was renamed to --help-long

--- a/docs/faac.1
+++ b/docs/faac.1
@@ -37,7 +37,7 @@
 .BR --help
 Short help on using FAAC
 .TP
-.BR --long-help
+.BR --help-long
 Description of all options for FAAC
 .TP
 .BR --license
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -317,7 +317,7 @@
     case '?':
         printf("Help options:\n"
                 "\t--help\t\tShort help on using FAAC\n"
-                "\t--long-help\tDescription of all options for FAAC.\n"
+                "\t--help-long\tDescription of all options for FAAC.\n"
                 "\t--license\tLicense terms for FAAC.\n");
         for (cnt = 0; g_help[cnt].id; cnt++)
             printf("\t%s\t%s\n", g_help[cnt].option, g_help[cnt].name);