changeset 938:7accae8e896c

More work on faptool.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Nov 2014 00:23:55 +0200
parents 52861dae1c28
children dc3ac7470ec0
files faptool.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/faptool.php	Fri Nov 28 00:22:08 2014 +0200
+++ b/faptool.php	Fri Nov 28 00:23:55 2014 +0200
@@ -402,7 +402,7 @@
     "     KNOW WHAT YOU ARE DOING!!!!!\n".
     "\n".
 */
-    "  probe <filename>\n".
+    "  probe <filename> [filename2 ..]\n".
     "     Probe specified file for file information.\n".
     "\n".
     "  previews <cmd> [args]\n".
@@ -479,6 +479,7 @@
 
   case "pro":
     {
+      // Probe specified files
       if ($argc < 2)
         die("No filename specified.\n");