changeset 929:0e073f489ff7

Moar.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 Nov 2014 18:08:03 +0200
parents 980f15768103
children 6c1a67bdcca8
files faptool.php
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/faptool.php	Thu Nov 27 18:04:16 2014 +0200
+++ b/faptool.php	Thu Nov 27 18:08:03 2014 +0200
@@ -359,8 +359,8 @@
     "\n".
     "  entry <cmd> [args]\n".
     "    status   - List entries for all compos.\n".
+    "    unpack   - Create subdirs and unpack archives under them.\n".
 /*
-    "    unpack   - Create subdirs and unpack archives under them.\n".
     "    add <filename> '<name>' '<author>' - Add file as entry file\n".
     "              (works same as uploading from admin interface)\n".
     "    package <lha|zip|rar|7z>\n".
@@ -485,9 +485,11 @@
         break;
 
       case "pac":
+        echo "Not implemented. :D\n";
         break;
 
       case "add":
+        echo "Not implemented. :D\n";
         break;
 
       default:
@@ -530,6 +532,7 @@
         break;
 
       case "add":
+        echo "Not implemented. :D\n";
         break;
 
       default: