Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/exquisite

Dir     : e17/apps/exquisite/src/bin


Modified Files:
        main.c write.c 


Log Message:


and now spend much more lines of text documenting the feature than actually
implementing it! :)

===================================================================
RCS file: /cvs/e/e17/apps/exquisite/src/bin/main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- main.c      2 Jan 2008 02:40:59 -0000       1.3
+++ main.c      13 Jan 2008 23:09:51 -0000      1.4
@@ -145,7 +145,14 @@
                    "-fps fps   Set attempted framerate in frames per second\n"
                    "-verbose   Run Exquisite in verbose mode\n"
                    "-h         Display this help\n",
-                   argv[0]);
+                   "\n"
+                   "Notes:\n"
+                   "\n"
+                   "You can also set the EXQUISITE_IPC environment variable\n"
+                   "to give a fill path to any file to be used as the base\n"
+                   "filename of the IPC socket to be used between exquisite\n"
+                   "and exquisitie-write for communication.\n"
+                   , argv[0]);
             exit(0);
          }
      }
===================================================================
RCS file: /cvs/e/e17/apps/exquisite/src/bin/write.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- write.c     13 Jan 2008 23:03:19 -0000      1.3
+++ write.c     13 Jan 2008 23:09:51 -0000      1.4
@@ -83,7 +83,14 @@
           "  FAILURE X     Set a failure status for the last line of text\n"
           "  CLEAR         Clear all text and hide text box\n"
           "  TIMEOUT N     Exquisite will timeout in N seconds if no commands 
recv'd\n"
-   );
+         "\n"
+         "Notes:\n"
+         "\n"
+         "You can also set the EXQUISITE_IPC environment variable\n"
+         "to give a fill path to any file to be used as the base\n"
+         "filename of the IPC socket to be used between exquisite\n"
+         "and exquisitie-write for communication.\n"
+         );
 }
 
 static int



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to