buffalo-enc: accept the longstate command line option
authorFelix Fietkau <nbd@openwrt.org>
Sat, 20 Dec 2014 15:26:25 +0000 (15:26 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 20 Dec 2014 15:26:25 +0000 (15:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43755

tools/firmware-utils/src/buffalo-enc.c

index 13d270b3f73598fa7d520318e6cb480f128f32ac..9eec7a0a578c825fa23207ec244ba2f499f4d183 100644 (file)
@@ -238,7 +238,7 @@ int main(int argc, char *argv[])
        while ( 1 ) {
                int c;
 
-               c = getopt(argc, argv, "adi:m:o:hp:v:k:r:s:");
+               c = getopt(argc, argv, "adi:m:o:hlp:v:k:r:s:");
                if (c == -1)
                        break;