diff options
| author | mobinmob <mobinmob@disroot.org> | 2024-08-28 13:45:15 +0300 |
|---|---|---|
| committer | mobinmob <mobinmob@disroot.org> | 2024-08-28 13:45:15 +0300 |
| commit | 5e7f81d7b359888e9fbe708a7451fe67bc613576 (patch) | |
| tree | 05c389a235318ea8477a98923f8a8bf2fe05148d /doc/apkg.md | |
| parent | 99b72ff92222d754759428fd618e0e3a5d3f7cca (diff) | |
| download | autils-5e7f81d7b359888e9fbe708a7451fe67bc613576.tar.gz autils-5e7f81d7b359888e9fbe708a7451fe67bc613576.zip | |
/doc: add info for the addition of checksums, also:
- regenerate man pages
- small cosmetic fixes
Diffstat (limited to 'doc/apkg.md')
| -rw-r--r-- | doc/apkg.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/apkg.md b/doc/apkg.md index cc844c3..a692d1e 100644 --- a/doc/apkg.md +++ b/doc/apkg.md @@ -4,7 +4,7 @@ # SYNOPSIS -**apkg** [-i] [-I] [-d] [-D] [-j] [-u] [-r] [-t] [-U ] [-f] [-o] [-p] [-s] [-h] [*pkg(s)*] +**apkg** [-i] [-I] [-d] [-D] [-j] [-u] [-r] [-t] [-U ] [-f] [-o] [-p] [-s] [-g] [-h] [*pkg(s)*] # DESCRIPTION @@ -30,6 +30,7 @@ Arguments for apkg are as follows: - **-o** *<pkg(s)>* Only download source for package(s), do not build and install - **-p** *<pkg(s)>* Print full path to the package build template directory - **-s** *<pattern>* Search for packages +- **-g** *<pkg>* Update or generate checksum(s) for the package source files. # ENVIRONMENT VARIABLES @@ -63,6 +64,7 @@ package per line. # AUTHORS emmett1 <emmett1.2miligrams@protonmail.com> Author of the program and creator of alice linux. + mobinmob <mobinmob@disroot.org> Author of the man page. # REPORTING BUGS |