summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-03-02 00:20:42 +0000
committerDave Chapman <dave@dchapman.com>2007-03-02 00:20:42 +0000
commit1ccc653364dee137810f61c75cfa083ece573a30 (patch)
tree4b22ef00cc060910bf7e6dcb5b8f15c83e0b8a47
parent3391ede940a51f852d39381b36dbdf45f1e66386 (diff)
downloadrockbox-1ccc653364dee137810f61c75cfa083ece573a30.tar.gz
rockbox-1ccc653364dee137810f61c75cfa083ece573a30.zip
Correct the usage information
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12544 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/ipodpatcher/ipod2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/ipod2c.c b/rbutil/ipodpatcher/ipod2c.c
index af2e25dd09..21dfd6bb62 100644
--- a/rbutil/ipodpatcher/ipod2c.c
+++ b/rbutil/ipodpatcher/ipod2c.c
@@ -99,7 +99,7 @@ int main (int argc, char* argv[])
int n;
if (argc != 3) {
- fprintf(stderr,"Usage: ipod2c file.bin cname\n");
+ fprintf(stderr,"Usage: ipod2c file.ipod cname\n");
return 0;
}