diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-03-25 07:50:05 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-03-25 08:08:37 -0400 |
commit | 376b26d065e0dcadc5a81a7edf9e260b860cd7c6 (patch) | |
tree | 88a6cff8fbd8b4fb8f77e27facfef62dfde34ffc /asp.in | |
parent | a64b7c9d69b93afce95e8e706f159176a24f6333 (diff) | |
download | asp32-376b26d065e0dcadc5a81a7edf9e260b860cd7c6.tar.xz |
improve manual, add ls-files and extra arg to show
Since aceefc28ca701feb8, the manpage has been out of date, not
mentioning new features. While we're here, extend the manpage to better
cover the arguments to our subcommands.
Diffstat (limited to 'asp.in')
-rw-r--r-- | asp.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,8 +36,8 @@ Commands: list-repos NAME... List repos for packages ls-files NAME List files for package log NAME Show revision history - show NAME [FILE] Show the PKGBUILD or other FILE shortlog NAME Show revision history in short form + show NAME [FILE] Show the PKGBUILD or other FILE update [NAME...] Update packages (update all tracked if none specified) untrack NAME... Remove a package from the local repository EOF |