diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-08-28 23:09:43 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-08-29 22:30:30 -0400 |
commit | 5997ed5aae975f3b1fc74af0797db9c01345114a (patch) | |
tree | 7a9b0b09fdf0305d498d6d35e988f708365b81ba /man | |
parent | 61d246b0ea8dd89c9c31a1d9a19dac407442247b (diff) | |
download | asp32-5997ed5aae975f3b1fc74af0797db9c01345114a.tar.xz |
add 'show' verb, to display a PKGBUILD for a package
Diffstat (limited to 'man')
-rw-r--r-- | man/asp.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/asp.1.txt b/man/asp.1.txt index 6bd2a76..5284d4a 100644 --- a/man/asp.1.txt +++ b/man/asp.1.txt @@ -69,6 +69,12 @@ The following commands are understood: *shortlog*:: Show a condensed revision history of the target. +*show*:: + Show the PKGBUILD of the target, which may be in the format 'package' or + 'repository/package'. If the repository is not specified, the PKGBUILD + will be shown at the most recent revision (which may be newer than what + is in the repositories). + *update*:: For each target, if the package is not known to the local repository, attempt to track it. If the package is tracked, update the package |