summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-03-11 19:24:28 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-03-11 19:50:56 +0100
commit6fdbed5e617541a46d4610e5c5f034b4e274c04d (patch)
tree6cb0759419e5a97e798e044387e7a5bf4c7ed05f /README.md
parentedc58142325d1fa985e04a2bfc7713771a2a7294 (diff)
Accept jobs to run on command-line
Changelog: Accept names of jobs to run as command-line arguments
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index d82cb47..99f4eb2 100644
--- a/README.md
+++ b/README.md
@@ -59,10 +59,6 @@ minici run --range=<commit>..<commit>
To run jobs for commits that are in local `<branch>`, but not yet in its upstream:
```
-minici run <branch>
-```
-or:
-```
minici run --since-upstream=<branch>
```