diff options
Diffstat (limited to 'src/librefetch/librefetch.8.ronn')
-rw-r--r-- | src/librefetch/librefetch.8.ronn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/librefetch/librefetch.8.ronn b/src/librefetch/librefetch.8.ronn index 7d3550f..5720c8d 100644 --- a/src/librefetch/librefetch.8.ronn +++ b/src/librefetch/librefetch.8.ronn @@ -32,7 +32,8 @@ There are 5 modes: * `create`: Create the tarball from a `PKGBUILD`/`SRCBUILD`. * `checksums`: Generate integrity checks for source files. * `srcbuild`: Print the effective build script. - * `makepkg`: Print the effective makepkg script. + * `makepkg`: Generate and print the location of the effective makepkg + script. * `help`: Print `librefetch` usage information. The normal mode of operation is `download` mode. If `download` mode @@ -49,8 +50,8 @@ fails, it may choose to try `create` mode. checks for source files. * `-S` | `--srcbuild`: Use `srcbuild` mode: print the effective build script. - * `-M` | `--makepkg`: Use `makepkg` mode: print the effective makepkg - script. + * `-M` | `--makepkg`: Use `makepkg` mode: generate and print the + location of the effective makepkg script. * `-h` | `--help`: Use `help` mode: Show usage information. Other options, if they are documented in `makepkg -h`, are passed to |