chiark / gitweb /
build: log vcs tools version on every build attempt
[fdroidserver.git] / fdroid
diff --git a/fdroid b/fdroid
index 044a344c8302a2974de620d3689ddc51927912ad..a07a4ecfb124047a1d900c7650dd15e10305e610 100755 (executable)
--- a/fdroid
+++ b/fdroid
@@ -47,11 +47,12 @@ 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")),
 ])
 
 
 def print_help():
-    print(_("usage: fdroid [-h|--help|--version] <command> [<args>]"))
+    print(_("usage: ") + _("fdroid [-h|--help|--version] <command> [<args>]"))
     print("")
     print(_("Valid commands are:"))
     for cmd, summary in commands.items():