summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-08-06 15:43:47 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-08-06 21:24:38 +0200
commit48ccea96f25318b951607f192d1bfbe76b12eadf (patch)
treece38cc83590acf881aa0da36b49db84dda0b9160
parent8e69c37b5a8b2b9a1cf9892b38415cd6c2c33b60 (diff)
downloadrockbox-48ccea96f25318b951607f192d1bfbe76b12eadf.zip
rockbox-48ccea96f25318b951607f192d1bfbe76b12eadf.tar.gz
rockbox-48ccea96f25318b951607f192d1bfbe76b12eadf.tar.bz2
rockbox-48ccea96f25318b951607f192d1bfbe76b12eadf.tar.xz
tools: fix scramble usage()
For some weird reason the fuze+ is not in the list ?! Change-Id: Ibe493475e4187021310ca153930489787c359745
-rw-r--r--tools/scramble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scramble.c b/tools/scramble.c
index c243d78..e948026 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -128,7 +128,7 @@ void usage(void)
"\t 9200, 1630, 6330, ldax, m200, c100, clip, e2v2,\n"
"\t m2v4, fuze, c2v2, clv2, y820, y920, y925, x747,\n"
"\t 747p, x777, nn2g, m244, cli+, fuz2, hd20, hd30,\n"
- "\t ip6g, rk27, clzp, zxf2, zxf3)\n");
+ "\t ip6g, rk27, clzp, zxf2, zxf3, fuz+)\n");
printf("\nNo option results in Archos standard player/recorder format.\n");
exit(1);