From e8d33bdc92ffe350026e73df6cde809a3b258ab5 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Tue, 11 May 2004 08:58:43 +0000 Subject: 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 --- tools/generate_rocklatin.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/generate_rocklatin.c') 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: -- cgit v1.2.3