@@ -21,18 +21,19 @@ ap.add_argument("--pipeline-id", help="Pipeline ID to download. If omitted, down
...
@@ -21,18 +21,19 @@ ap.add_argument("--pipeline-id", help="Pipeline ID to download. If omitted, down
ap.add_argument("--pipeline-id-file",help="Store downloaded Pipeline ID in this file and only download if latest pipeline ID doesn't match file contents")
ap.add_argument("--pipeline-id-file",help="Store downloaded Pipeline ID in this file and only download if latest pipeline ID doesn't match file contents")
ap.add_argument("--create-symlink",help="Create symlink to downloaded firmware at the specified path")
ap.add_argument("--create-symlink",help="Create symlink to downloaded firmware at the specified path")
ap.add_argument("--debug",action="store_true",help="Produce lots of debug output")
ap.add_argument("--debug",action="store_true",help="Produce lots of debug output")
ap.add_argument("--branch",help="Download only builds of this branch")