summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-01-02 11:38:53 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-01-02 11:45:24 -0500
commit3c15bb11f9853a9e5f35735b737586290ed0d163 (patch)
treefb99f02861168ddaa91b0a92a91cef53227871a3 /src
parentfd5d2f4178703211c82356b0f6e54d6c9b7eabe7 (diff)
manpage: librefetch(8): use "-o, --option" instead of "-o | --option"
This has been sitting uncommitted in my checkout for a while.
Diffstat (limited to 'src')
-rw-r--r--src/librefetch/librefetch.8.ronn8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/librefetch/librefetch.8.ronn b/src/librefetch/librefetch.8.ronn
index fa7aace..fef6a99 100644
--- a/src/librefetch/librefetch.8.ronn
+++ b/src/librefetch/librefetch.8.ronn
@@ -46,13 +46,13 @@ fails, it may choose to try `create` mode.
* `-p` <file>: Use an alternate build script for `create` mode
(instead of `PKGBUILD`). If an `SRCBUILD` file exists in the same
directory, it is used instead.
- * `-g` | `--geninteg`: Use `checksums` mode: Generate integrity
+ * `-g`, `--geninteg`: Use `checksums` mode: Generate integrity
checks for source files.
- * `-S` | `--srcbuild`: Use `srcbuild` mode: print the effective build
+ * `-S`, `--srcbuild`: Use `srcbuild` mode: print the effective build
script.
- * `-M` | `--makepkg`: Use `makepkg` mode: generate and print the
+ * `-M`, `--makepkg`: Use `makepkg` mode: generate and print the
location of the effective makepkg script.
- * `-h` | `--help`: Use `help` mode: Show usage information.
+ * `-h`, `--help`: Use `help` mode: Show usage information.
Other options, if they are documented in `makepkg -h`, are passed to
the modified copy of makepkg created during `create` mode.