summaryrefslogtreecommitdiffstats
path: root/tools/scramble.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scramble.c')
-rw-r--r--tools/scramble.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/scramble.c b/tools/scramble.c
index 429823aaa7..aaf3b9d232 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -122,7 +122,7 @@ void usage(void)
"\t (X values: h100, h120, h140, h300, ipco, nano, ipvd, mn2g\n"
"\t ip3g, ip4g, mini, iax5, iam5, iam3, h10, h10_5gb,\n"
"\t tpj2, c200, e200, giga, gigs, m100, m500, d2,\n");
- printf("\t 9200, 1630, ldax, m200, clip, e2v2)\n");
+ printf("\t 9200, 1630, ldax, m200, clip, e2v2, m2v2)\n");
printf("\nNo option results in Archos standard player/recorder format.\n");
exit(1);
@@ -289,6 +289,8 @@ int main (int argc, char** argv)
modelnum = 50;
else if (!strcmp(&argv[1][5], "e2v2"))
modelnum = 51;
+ else if (!strcmp(&argv[1][5], "m2v2"))
+ modelnum = 52;
else {
fprintf(stderr, "unsupported model: %s\n", &argv[1][5]);
return 2;