changeset 928:980f15768103

Moar work.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 Nov 2014 18:04:16 +0200
parents 9a440921bbc2
children 0e073f489ff7
files faptool.php
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/faptool.php	Thu Nov 27 18:03:43 2014 +0200
+++ b/faptool.php	Thu Nov 27 18:04:16 2014 +0200
@@ -337,6 +337,7 @@
     "  init\n".
     "     Create directories for entries and previews, if needed.\n".
     "\n".
+/*
     "  clean [delete|crap]\n".
     "     Clean files marked to be deleted and 'stale' files. This includes\n".
     "     any old or stale preview files and entry files.\n".
@@ -345,16 +346,27 @@
     "     e.g. any other files, like temp files, etc. DANGEROUS IF YOU DO NOT\n".
     "     KNOW WHAT YOU ARE DOING!!!!!\n".
     "\n".
+*/
     "  probe <filename>\n".
     "     Probe specified file for file information.\n".
     "\n".
     "  previews <cmd> [args]\n".
     "    Where <cmd> is one of:\n".
     "    status   - List files and show what is missing, etc.\n".
+    "    update   - Generate preview files that are missing OR out of date.\n".
+    "               (older then preview source file OR entry file where appropriate)\n".
+//    "    add <entry_id> <filename> - Add file as preview for entry_id.\n".
     "\n".
     "  entry <cmd> [args]\n".
     "    status   - List entries for all compos.\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".
+    "       Repackages/packages entries (unpacks first if archive),\n".
+    "       and adds generated infofile.txt to packages.\n".
+*/
     "\n";
   exit;
 }