diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-25 14:49:00 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-25 14:49:00 -0400 |
commit | 94f3fa0d1cd24c9ef0b9c85087c962ec9e81a1fc (patch) | |
tree | 26ead4e341944dbecc3871fef12b361a9fe2016a | |
parent | 22a8e4df39adc6a2b9f12f9b523f39a10e230ad9 (diff) |
librefetch(8): there are 6 modes, not 5 (counting is hard, OK?)
-rw-r--r-- | src/librefetch/librefetch.8.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librefetch/librefetch.8.ronn b/src/librefetch/librefetch.8.ronn index cf009de..fa7aace 100644 --- a/src/librefetch/librefetch.8.ronn +++ b/src/librefetch/librefetch.8.ronn @@ -26,7 +26,7 @@ The post-install script also configures `librefetch` as the download agent for `libre://` URLs, for compatibility with `PKGBUILD` files that used a previous version of librefetch. -There are 5 modes: +There are 6 modes: * `download`: Download the tarball from the configured mirror. * `create`: Create the tarball from a `PKGBUILD`/`SRCBUILD`. |