From 73a8e9eb4b6b517ef64d2aaa204819e9bbb11557 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 3 Sep 2025 18:50:16 +0200 Subject: feat: add man page --- aur.1 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 aur.1 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 + +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 +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. -- cgit v1.2.3