aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-24 15:02:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-24 15:02:17 +1200
commit42ed32404575c2ade6c67a8857fd65ccb358a7eb (patch)
treefb354f04ec293e0d390b8b24d20c1f2dd2310093 /README.markdown
parentAdd man(1) pages for hurl, murl, and urlc (diff)
downloaddotfiles-42ed32404575c2ade6c67a8857fd65ccb358a7eb.tar.gz
dotfiles-42ed32404575c2ade6c67a8857fd65ccb358a7eb.zip
Add man(1) page for plmu
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 187a7933..9ba47076 100644
--- a/README.markdown
+++ b/README.markdown
@@ -301,7 +301,7 @@ Scripts
that don’t actually worry you, exiting with 0 anyway.
* `maybe(1)` is like `true(1)` or `false(1)`; given a probability of success,
it exits with success or failure. Good for quick tests.
-* `plmu` retrieves a list of installed modules from
+* `plmu(1)` retrieves a list of installed modules from
[`plenv`](https://github.com/tokuhirom/plenv), filters out any modules in
`~/.plenv/non-cpan-modules`, and updates them all.
* `stbl(1)` strips a trailing blank line from the files in its arguments.