chiark / gitweb /
Merge branch 'revert-af707cd1' into 'master'
[fdroidserver.git] / fdroid
diff --git a/fdroid b/fdroid
index 53cc00c5dcc5eff9a1bf1e65fdf261300a28141b..bc1655b9786feacc99c3bcdfaf22b6f8693eb180 100755 (executable)
--- a/fdroid
+++ b/fdroid
@@ -38,9 +38,11 @@ commands = {
     "rewritemeta": "Rewrite all the metadata files",
     "lint": "Warn about possible metadata errors",
     "scanner": "Scan the source code of a package",
+    "dscanner": "Dynamically scan APKs post build",
     "stats": "Update the stats of the repo",
     "server": "Interact with the repo HTTP server",
     "signindex": "Sign indexes created using update --nosign",
+    "btlog": "Update the binary transparency log for a URL",
 }
 
 
@@ -143,5 +145,6 @@ def main():
         raise
     sys.exit(0)
 
+
 if __name__ == "__main__":
     main()