aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:19:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:19:29 +1200
commitc80b70a994983f3ac56e73407f2a534993843c0f (patch)
tree8e1921d1666b65b04e23914359f47815e4813866 /README.markdown
parentAdd issue grizzling about pandoc(1) (diff)
downloaddotfiles-c80b70a994983f3ac56e73407f2a534993843c0f.tar.gz
dotfiles-c80b70a994983f3ac56e73407f2a534993843c0f.zip
Rename myb(1) back to maybe(1)
Changed my mind again
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 8b7e1d54..1681e64c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -344,7 +344,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.
-* `myb(1)` is like `true(1)` or `false(1)`; given a probability of success,
+* `maybe(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.