From 3c15bb11f9853a9e5f35735b737586290ed0d163 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 2 Jan 2018 11:38:53 -0500 Subject: manpage: librefetch(8): use "-o, --option" instead of "-o | --option" This has been sitting uncommitted in my checkout for a while. --- src/librefetch/librefetch.8.ronn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/librefetch/librefetch.8.ronn') 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` : 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. -- cgit v1.2.2