diff options
| author | mobinmob <mobinmob@noreply.codeberg.org> | 2024-08-04 09:31:20 +0000 |
|---|---|---|
| committer | mobinmob <mobinmob@noreply.codeberg.org> | 2024-08-04 09:31:20 +0000 |
| commit | c448bc7e193399a0706a125fc4710b6d9f1d622e (patch) | |
| tree | 790c3d06992c533dd2488db75feaedae8a2bf814 | |
| parent | a888a9735476f114a34c5ecae5cdf892b4ad3c22 (diff) | |
| download | autils-c448bc7e193399a0706a125fc4710b6d9f1d622e.tar.gz autils-c448bc7e193399a0706a125fc4710b6d9f1d622e.zip | |
ammend the apkg help message
Include the -r (remove package) argument.
| -rwxr-xr-x | apkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -736,6 +736,7 @@ options: -D <pkg(s)> list all dependencies -j <pkg> list all dependents -u <pkg(s)> upgrade package(s) + -r <pkg(s)> remove package(s) -t [pkg(s)] trigger system cache/db updates -U update system -f force rebuild |