Document --aururl

This commit is contained in:
morganamilo 2018-08-29 20:37:25 +01:00
parent c93b3fca9e
commit 92ff640a65
No known key found for this signature in database
GPG Key ID: 6FE9E7996B0B082E
2 changed files with 6 additions and 0 deletions

1
cmd.go
View File

@ -39,6 +39,7 @@ Permanent configuration options:
--save Causes the following options to be saved back to the --save Causes the following options to be saved back to the
config file when used config file when used
--aururl <url> Set an alternative AUR URL
--builddir <dir> Directory used to download and run PKBUILDS --builddir <dir> Directory used to download and run PKBUILDS
--editor <file> Editor to use when editing PKGBUILDs --editor <file> Editor to use when editing PKGBUILDs
--editorflags <flags> Pass arguments to editor --editorflags <flags> Pass arguments to editor

View File

@ -136,6 +136,11 @@ Causes the following options to be saved back to the config file. This
provides an easy way to change config options without directly editing the provides an easy way to change config options without directly editing the
file. file.
.TP
.B \-\-aururl
Set an alternative AUR URL. This is mostly useful for users in china who wish
to use https://aur.tuna.tsinghua.edu.cn/.
.TP .TP
.B \-\-builddir <dir> .B \-\-builddir <dir>
Directory to use for Building AUR Packages. This directory is also used as Directory to use for Building AUR Packages. This directory is also used as