aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index ad4f78d1..afd005d0 100644
--- a/README.markdown
+++ b/README.markdown
@@ -338,7 +338,7 @@ Installed by the `install-bin` target:
repository
* `jfc(1)` adds and commits lazily to a Git repository.
* `jfcd(1)` watches a directory for changes and runs `jfc(1)` if it sees any.
-* `maybe(1)` is like `true(1)` or `false(1)`; given a probability of success,
+* `myb(1)` is like `true(1)` or `false(1)`; given a probability of success,
it exits with success or failure. Good for quick tests.
* `mkcp(1)` creates a directory and copies preceding arguments into it.
* `mkmv(1)` creates a directory and moves preceding arguments into it.