This commit is contained in:
morganamilo 2018-04-08 15:36:44 +01:00
parent ec71a5bb87
commit e05d86b31b
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E
2 changed files with 7 additions and 0 deletions

2
cmd.go
View file

@ -15,6 +15,7 @@ var cmdArgs = makeArguments()
func usage() {
fmt.Println(`Usage:
yay
yay <operation> [...]
yay <package(s)>
@ -88,6 +89,7 @@ Yay specific options:
-c --clean Remove unneeded dependencies
--gendb Generates development package DB used for updating
If no arguments are provided 'yay -Syu' will be performed
If no operation is provided -Y will be assumed`)
}

View file

@ -9,6 +9,8 @@ yay \- AUR Helper written in go
\fIyay\fR <operation> [options] [targets]
.sp
\fIyay\fR <search pattern>
.sp
\fIyay\fR
.SH "DESCRIPTION"
.sp
Yay is a Pacman wrapper with AUR support\&. It passes options to Makepkg and
@ -34,6 +36,9 @@ Perform yay specific print operations\&.
Downloads PKGBUILD from ABS or AUR\&.
.RE
.PP
If no arguments are provided 'yay -Syu' will be performed\&.
.RE
.PP
If no operation is selected -Y will be assumed\&.
.SH "EXTENDED PACMAN OPERATIONS"
.PP