aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-09-03 18:50:16 +0200
committerpml68 <contact@pml68.dev>2025-09-03 20:00:18 +0200
commit73a8e9eb4b6b517ef64d2aaa204819e9bbb11557 (patch)
tree9c9058fdb7ebb69b84f20b37208ce275f852bd5c
parentchore: add LICENSE (diff)
downloadaur-73a8e9eb4b6b517ef64d2aaa204819e9bbb11557.tar.gz
feat: add man page
-rw-r--r--aur.135
1 files changed, 35 insertions, 0 deletions
diff --git a/aur.1 b/aur.1
new file mode 100644
index 0000000..a3ed4a0
--- /dev/null
+++ b/aur.1
@@ -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.