chiark / gitweb /
Add Liberapay support
[fdroidserver.git] / fdroid
diff --git a/fdroid b/fdroid
index 74aa0400e062a823a11304b8463b6afff740d66c..74339df00f8348aec0009ff3ff981daa0a41b4bf 100755 (executable)
--- a/fdroid
+++ b/fdroid
@@ -47,11 +47,13 @@ commands = OrderedDict([
     ("signindex", _("Sign indexes created using update --nosign")),
     ("btlog", _("Update the binary transparency log for a URL")),
     ("signatures", _("Extract signatures from APKs")),
+    ("nightly", _("Set up an app build for a nightly build repo")),
+    ("mirror", _("Download complete mirrors of small repos")),
 ])
 
 
 def print_help():
-    print(_("usage: ") + _("fdroid [-h|--help|--version] <command> [<args>]"))
+    print(_("usage: ") + _("fdroid [<command>] [-h|--help|--version|<args>]"))
     print("")
     print(_("Valid commands are:"))
     for cmd, summary in commands.items():