summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2004-05-11 08:58:43 +0000
committerKjell Ericson <kjell@haxx.se>2004-05-11 08:58:43 +0000
commite8d33bdc92ffe350026e73df6cde809a3b258ab5 (patch)
tree147e791a82055d14faa2cd8d6af24297b36568e1
parent25353543200366bb93a6ec7c325d3b8a2961218c (diff)
Added an inlined help text after failing to use it correctly (although I wrote
it once). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4607 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/generate_rocklatin.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/generate_rocklatin.c b/tools/generate_rocklatin.c
index 001d80ef72..a883a013c2 100644
--- a/tools/generate_rocklatin.c
+++ b/tools/generate_rocklatin.c
@@ -119,6 +119,14 @@ int main (int argc, char** argv)
char *filename;
FILE *fp;
+ printf("This tool will generate gif-pictures that reflect the current "
+ "rocklatin1 charset of the Player.\nThis tool is compiled with "
+ "the source, so don't forget to 'make' it before starting.\n"
+ "This tool will generate pnm-pictures that then automatically is "
+ "converted to gif pictures using the 'convert' tool of "
+ "ImageMagick.\n"
+ "The generated gif-pictures shall then be copied to www/docs.\n");
+
for (loop=0; loop<6; loop++) {
switch (loop) {
case 0: