Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/emprint
Dir : e17/apps/emprint/src/bin Modified Files: main.c Log Message: More detailed desccription of the --quality option. =================================================================== RCS file: /cvs/e/e17/apps/emprint/src/bin/main.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- main.c 1 Feb 2008 21:15:53 -0000 1.12 +++ main.c 11 Jun 2008 15:22:14 -0000 1.13 @@ -73,7 +73,7 @@ opts = calloc(1, sizeof(Options)); if (opts == NULL) { - printf("calloc() failed."); + printf("Cannot allocate memory for Options structure.\n"); exit(EXIT_FAILURE); } @@ -238,7 +238,7 @@ "\t\t\t\tthe actual geometry to use for the thumbnail,\n" "\t\t\t\te.g. 100x100.\n" "\t\t\t\t(Shorthand: -g)\n" - "\t--quality NUM\t\tImage quality of screenshot\n" + "\t--quality NUM\t\tImage quality of screenshot (in percentage)\n" "\t--region\t\tSelect a specific screen region\n" "\t--window\t\tSelect a specifc window to grab\n" "\t--version\t\tPrint the version.\n" @@ -251,7 +251,7 @@ static void _em_print_version(void) { - printf("emprint version "VERSION"\n"); + printf("Emprint version "VERSION"\n"); _em_free_options(); exit(EXIT_SUCCESS); } ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs