diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-10-22 00:32:45 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-10-22 00:34:45 +0200 |
| commit | 3d3f419b1a2ba70d2283531a1f695eec95833a27 (patch) | |
| tree | 914290724dcfbd5dd2f805699fbae49ee63d8034 | |
| parent | 7a65710836c67134f0d3169f768c9840e959c4c6 (diff) | |
| download | rockbox-3d3f419b1a2ba70d2283531a1f695eec95833a27.zip rockbox-3d3f419b1a2ba70d2283531a1f695eec95833a27.tar.gz rockbox-3d3f419b1a2ba70d2283531a1f695eec95833a27.tar.bz2 rockbox-3d3f419b1a2ba70d2283531a1f695eec95833a27.tar.xz | |
tools/scramble: document zen/xzfi/zmoz targets
Change-Id: I9b48d22968b7632ef88d9dd598ff65fd448c3dcc
| -rw-r--r-- | tools/scramble.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/scramble.c b/tools/scramble.c index 520cf93..25f71e0 100644 --- a/tools/scramble.c +++ b/tools/scramble.c @@ -128,7 +128,8 @@ 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, fuz+, e370, e360)\n"); + "\t ip6g, rk27, clzp, zxf2, zxf3, fuz+, e370, e360,\n" + "\t zxfi, zmoz, zen)\n"); printf("\nNo option results in Archos standard player/recorder format.\n"); exit(1); |