diff options
| -rw-r--r-- | aur.1 | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -0,0 +1,35 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH AUR "1" "September 2025" "aur 1.0.0" "User Commands" +.SH NAME +aur \- A simple script for AUR package management +.SH SYNOPSIS +.B aur +[\fI\,OPTION\/\fR] +.SH DESCRIPTION +Provides basic AUR package management functionality, showing users a diff before upgrading a package. +.SH OPTIONS +.TP +<pkg1 pkg2 ...> +Download and install/update the specified packages. +.TP +\fB\-g\fR, \fB\-\-git\fR +Checks all packages for updates and rebuilds all \fB\-git\fR packages. +.TP +\fB\-c\fR, \fB\-\-config\fR <file> +Parse the specified config file and install/update +packages listed in it (one per line). +.TP +\fB\-f\fR, \fB\-\-force\fR +Reinstall all packages, even if they are up\-to\-date. +.TP +\fB\-l\fR, \fB\-\-list\fR +List currently installed packages. +.TP +\fB\-h\fR, \fB\-\-help\fR +Display this help text. +.TP +\fB\-v\fR, \fB\-\-version\fR +Prints program version. +.TP +[nothing] +Check all packages for updates. |
