chiark / gitweb /
Merge branch 'vcs-info' into 'master'
[fdroidserver.git] / fdroid
diff --git a/fdroid b/fdroid
index 044a344c8302a2974de620d3689ddc51927912ad..74aa0400e062a823a11304b8463b6afff740d66c 100755 (executable)
--- a/fdroid
+++ b/fdroid
@@ -51,7 +51,7 @@ commands = OrderedDict([
 
 
 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():