summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/ipod2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/ipodpatcher/ipod2c.c')
-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[])
99 int n; 99 int n;
100 100
101 if (argc != 3) { 101 if (argc != 3) {
102 fprintf(stderr,"Usage: ipod2c file.bin cname\n"); 102 fprintf(stderr,"Usage: ipod2c file.ipod cname\n");
103 return 0; 103 return 0;
104 } 104 }
105 105