Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_start_main.c 


Log Message:


better -h for e_start

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_start_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_start_main.c      3 Nov 2006 13:35:39 -0000       1.10
+++ e_start_main.c      5 Nov 2006 05:57:47 -0000       1.11
@@ -350,6 +350,11 @@
               ("Options:\n"
                "\t-no-precache\n"
                "\t\tDisable pre-caching of files\n"
+               "\n"
+               "Please run:\n"
+               "\tenlightenment %s\n"
+               "for more options.\n",
+               argv[i]
                );
             exit(0);
          }
@@ -380,6 +385,7 @@
        snprintf(buf, sizeof(buf), 
"%s/lib/enlightenment/preload/e_precache.so", _prefix_path);
        env_set("LD_PRELOAD", buf);
        precache();
+       do_precache = 0;
        break;
      }
    



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to