src/Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 03:01:49 +0000 (11:01 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 03:01:49 +0000 (11:01 +0800)
src/Spawn.vala

index a81545a..6506b4f 100644 (file)
@@ -7,7 +7,7 @@ using GLib;
 /**
  * Revised version?
  * 
- * x = new Spawn( working dir, args)
+ * x = new Spawn( "/tmp", {"ls", "-l" })
  * 
  * // these are optionall..
  * x.env = ..... (if you need to set one...