diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2009-05-28 15:57:20 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2009-05-28 15:57:20 +0000 |
| commit | ce6dbf19210515a2ceef7dc6f060ce4720c34f6a (patch) | |
| tree | a1baaed61a7060d078b9cc4753ee42052fea5aab | |
| parent | 371af77a4ae90732ee84af6ab8d80ae63176256d (diff) | |
| download | rockbox-ce6dbf19210515a2ceef7dc6f060ce4720c34f6a.zip rockbox-ce6dbf19210515a2ceef7dc6f060ce4720c34f6a.tar.gz rockbox-ce6dbf19210515a2ceef7dc6f060ce4720c34f6a.tar.bz2 rockbox-ce6dbf19210515a2ceef7dc6f060ce4720c34f6a.tar.xz | |
scramble : add c2v2 (c200v2) in help message
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21114 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | tools/scramble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scramble.c b/tools/scramble.c index a8bb9a9..8610954 100644 --- a/tools/scramble.c +++ b/tools/scramble.c @@ -123,7 +123,7 @@ void usage(void) "\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, m2v4, fuze,\n" - "\t y820, y920, y925)\n"); + "\t c2v2, y820, y920, y925)\n"); printf("\nNo option results in Archos standard player/recorder format.\n"); exit(1); |